mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
Patch to messages file from Holger Klawitter to add a missing message.
Patch to makefile to clean up some of the output Modified Files: jdbc/Makefile jdbc/org/postgresql/errors.properties jdbc/org/postgresql/errors_de.properties
This commit is contained in:
@@ -70,6 +70,7 @@ postgresql.serial.underscore:Class names may not have _ in them. You supplied {0
|
||||
postgresql.stat.batch.error:Batch entry {0} {1} was aborted.
|
||||
postgresql.stat.maxfieldsize:An attempt to setMaxFieldSize() failed - compile time default in force.
|
||||
postgresql.stat.noresult:No results were returned by the query.
|
||||
postgresql.stat.result:A result was returned when none was expected.
|
||||
postgresql.stream.eof:The backend has broken the connection. Possibly the action you have attempted has caused it to close.
|
||||
postgresql.stream.flush:An I/O error has occured while flushing the output - {0}
|
||||
postgresql.stream.ioerror:An I/O error occured while reading from backend - {0}
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# Message translation file for PostgreSQL JDBC driver
|
||||
# Peter Eisentraut <peter_e@gmx.net>, 2001.
|
||||
#
|
||||
# $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/Attic/errors_de.properties,v 1.3 2002/04/02 06:24:09 barry Exp $
|
||||
# $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/Attic/errors_de.properties,v 1.4 2003/02/12 06:13:04 barry Exp $
|
||||
|
||||
postgresql.con.auth:Der Authentifizierungstyp <20>{0}<7D> wird nicht unterst<73>tzt.
|
||||
postgresql.con.authfail:Ein Fehler trat auf w<>hrend die Authentifizierungsanfrage empfangen wurde.
|
||||
@@ -68,6 +68,7 @@ postgresql.serial.underscore:Zu serialisierende Klassennamen d
|
||||
postgresql.stat.batch.error:Batch-Anweisung Nummer {0} ({1}) wurde abgebrochen.
|
||||
postgresql.stat.maxfieldsize:setMaxFieldSize() is nicht m<>glich; die Grenze ist fest eingebaut.
|
||||
postgresql.stat.noresult:Die Abfrage ergab kein Ergebnis.
|
||||
postgresql.stat.result:Die Anweisung ergab einen Abfrageergebnissatz, obwohl keiner erwartet wurde.
|
||||
postgresql.stream.encoding:Nicht unterst<73>tzte Kodierung: {0}
|
||||
postgresql.stream.eof:Unerwarteter Verbindungsabbruch vom Server
|
||||
postgresql.stream.flush:Eingabe/Ausgabe-Fehler beim Flush zum Server: {0}
|
||||
|
Reference in New Issue
Block a user