diff options
Diffstat (limited to 'src/interfaces/jdbc/postgresql/errors.properties')
-rw-r--r-- | src/interfaces/jdbc/postgresql/errors.properties | 4 |
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. |