diff options
Diffstat (limited to 'src/interfaces/jdbc/org/postgresql/errors.properties')
| -rw-r--r-- | src/interfaces/jdbc/org/postgresql/errors.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interfaces/jdbc/org/postgresql/errors.properties b/src/interfaces/jdbc/org/postgresql/errors.properties index b3f6e1ad21..21b1a2941c 100644 --- a/src/interfaces/jdbc/org/postgresql/errors.properties +++ b/src/interfaces/jdbc/org/postgresql/errors.properties @@ -100,3 +100,6 @@ postgresql.call.wrongrtntype:A CallableStatement Function was executed and the r postgresql.input.fetch.gt0:Fetch size must be a value greater than or equal to 0. postgresql.input.query.gt0:Query Timeout must be a value greater than or equal to 0. postgresql.input.rows.gt0:Maximum number of rows must be a value greater than or equal to 0. +postgresql.format.baddate:The date given: {0} does not match the format required: {1}. +postgresql.format.badtime:The time given: {0} does not match the format required: {1}. +postgresql.format.badtimestamp:The timestamp given {0} does not match the format required: {1}. |
