1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +03:00

Removed error message that was incorectly being issued. This fixes a problem reported a few months ago where a select in a rule was causing an insert statement to return a result set which the code was explicitly prohibiting.

This commit is contained in:
Barry Lind
2002-04-02 06:24:10 +00:00
parent 9c54cfb493
commit 8860110a74
7 changed files with 1 additions and 10 deletions

View File

@@ -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.2 2001/09/06 03:03:37 momjian Exp $
# $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/Attic/errors_de.properties,v 1.3 2002/04/02 06:24:09 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,7 +68,6 @@ 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}