diff options
author | Peter Mount <peter@retep.org.uk> | 1999-09-14 05:50:44 +0000 |
---|---|---|
committer | Peter Mount <peter@retep.org.uk> | 1999-09-14 05:50:44 +0000 |
commit | 24c82830cf8e7cc6d378c622ef1028937a4ee488 (patch) | |
tree | 7850bdf877e854d555422f705cc42830ddba9611 /src/interfaces/jdbc/postgresql/errors.properties | |
parent | 4197aaa8ae50410cce73fef871b6c5740b705f0c (diff) |
Patches for 6.5.2
Diffstat (limited to 'src/interfaces/jdbc/postgresql/errors.properties')
-rw-r--r-- | src/interfaces/jdbc/postgresql/errors.properties | 1 |
1 files changed, 1 insertions, 0 deletions
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. |