summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/postgresql/errors.properties
diff options
context:
space:
mode:
authorPeter Mount <peter@retep.org.uk>1999-05-17 22:43:30 +0000
committerPeter Mount <peter@retep.org.uk>1999-05-17 22:43:30 +0000
commit3f59cc08316f9aea92823a021c6232b298e00d03 (patch)
tree3c8a787e2346fce5e4d324dcb5f80c76a145beab /src/interfaces/jdbc/postgresql/errors.properties
parentc2b75c83f341cf06f6594235b40281ec3956538e (diff)
downloadpostgresql-3f59cc08316f9aea92823a021c6232b298e00d03.tar.gz
Minor bug fixes. Replaced DateStyle support with ISO.
Diffstat (limited to 'src/interfaces/jdbc/postgresql/errors.properties')
-rw-r--r--src/interfaces/jdbc/postgresql/errors.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/interfaces/jdbc/postgresql/errors.properties b/src/interfaces/jdbc/postgresql/errors.properties
new file mode 100644
index 0000000000..2733a256de
--- /dev/null
+++ b/src/interfaces/jdbc/postgresql/errors.properties
@@ -0,0 +1,4 @@
+# This is the default errors
+postgresql.jvm.version:The postgresql.jar file does not contain the correct JDBC classes for this JVM. Try rebuilding.\nException thrown was {1}
+postgresql.unusual:Something unusual has occured to cause the driver to fail. Please report this exception: {1}
+postgresql.unimplemented:This method is not yet implemented.