From 3f59cc08316f9aea92823a021c6232b298e00d03 Mon Sep 17 00:00:00 2001 From: Peter Mount Date: Mon, 17 May 1999 22:43:30 +0000 Subject: Minor bug fixes. Replaced DateStyle support with ISO. --- src/interfaces/jdbc/postgresql/errors.properties | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/interfaces/jdbc/postgresql/errors.properties (limited to 'src/interfaces/jdbc/postgresql/errors.properties') 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. -- cgit v1.2.1