summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/postgresql/errors.properties
diff options
context:
space:
mode:
authorPeter Mount <peter@retep.org.uk>1999-09-15 20:40:02 +0000
committerPeter Mount <peter@retep.org.uk>1999-09-15 20:40:02 +0000
commitcd68ecfef628022de360b1839fcad0f13239b2cd (patch)
tree38446d2851c6c00a26f57549a04006f8eaa6830b /src/interfaces/jdbc/postgresql/errors.properties
parent4d4378b70fa07eff26475170897c03c1f56a2fe1 (diff)
Some late patches from Jens Glaser (jens@jens.de). These upgrade the protocol
to version 2, and fixes ResultSetMetaData.getColumnDisplaySize().
Diffstat (limited to 'src/interfaces/jdbc/postgresql/errors.properties')
-rw-r--r--src/interfaces/jdbc/postgresql/errors.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/jdbc/postgresql/errors.properties b/src/interfaces/jdbc/postgresql/errors.properties
index 1c295ccc6d6..2de5802d5b4 100644
--- a/src/interfaces/jdbc/postgresql/errors.properties
+++ b/src/interfaces/jdbc/postgresql/errors.properties
@@ -12,6 +12,7 @@ postgresql.con.kerb5:Kerberos 5 authentication is not supported by this driver.
postgresql.con.multres:Cannot handle multiple result groups.
postgresql.con.pass:The password property is missing. It is mandatory.
postgresql.con.refused:Connection refused. Check that the hostname and port is correct, and that the postmaster is running with the -i flag, which enables TCP/IP networking.
+postgresql.con.setup:Protocol error. Session setup failed.
postgresql.con.strobj:The object could not be stored. Check that any tables required have already been created in the database.
postgresql.con.strobjex:Failed to store object - {0}
postgresql.con.toolong:The SQL Statement is too long - {0}