From 24c82830cf8e7cc6d378c622ef1028937a4ee488 Mon Sep 17 00:00:00 2001 From: Peter Mount Date: Tue, 14 Sep 1999 05:50:44 +0000 Subject: Patches for 6.5.2 --- src/interfaces/jdbc/postgresql/errors.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'src/interfaces/jdbc/postgresql/errors.properties') diff --git a/src/interfaces/jdbc/postgresql/errors.properties b/src/interfaces/jdbc/postgresql/errors.properties index 53b43c4227e..1c295ccc6d6 100644 --- a/src/interfaces/jdbc/postgresql/errors.properties +++ b/src/interfaces/jdbc/postgresql/errors.properties @@ -15,6 +15,7 @@ postgresql.con.refused:Connection refused. Check that the hostname and port is c 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} +postgresql.con.isolevel:Transaction isolation level {0} is not supported. postgresql.con.tuple:Tuple received before MetaData. postgresql.con.type:Unknown Response Type {0} postgresql.con.user:The user property is missing. It is mandatory. -- cgit v1.2.3