diff options
Diffstat (limited to 'src/interfaces/jdbc/org/postgresql/errors.properties')
-rw-r--r-- | src/interfaces/jdbc/org/postgresql/errors.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/jdbc/org/postgresql/errors.properties b/src/interfaces/jdbc/org/postgresql/errors.properties index ff872664f4..ca649b06c2 100644 --- a/src/interfaces/jdbc/org/postgresql/errors.properties +++ b/src/interfaces/jdbc/org/postgresql/errors.properties @@ -5,6 +5,7 @@ postgresql.con.auth:The authentication type {0} is not supported. Check that you postgresql.con.authfail:An error occured while getting the authentication request. postgresql.con.backend:Backend start-up failed: {0} postgresql.con.call:Callable Statements are not supported at this time. +postgresql.con.invalidchar:Invalid character data was found. This is most likely caused by stored data containing characters that are invalid for the character set the database was created in. The most common example of this is storing 8bit data in a SQL_ASCII database. postgresql.con.closed:Connection is closed. Operation is not permitted. postgresql.con.creobj:Failed to create object for {0} {1} postgresql.con.failed:The connection attempt failed because {0} |