1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-27 07:42:10 +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

@@ -67,7 +67,6 @@ postgresql.serial.underscore:Il nome di una classe non pu
postgresql.stat.batch.error:L'operazione {0} {1} della sequenza <20> stata annullata.
postgresql.stat.maxfieldsize:Fallito un tentativo a setMaxFieldSize() - verr<72> utilizzato il valore predefinito a tempo di compilazione.
postgresql.stat.noresult:Nessun risultato <20> stato restituito dalla query.
postgresql.stat.result:Un risultato <20> stato restituito dallo statement, quando non ci si aspettava nulla.
postgresql.stream.eof:Il backend ha interrotto la connessione. Probabilmente la tua azione ha causato la sua uscita.
postgresql.stream.flush:Si <20> verificato un errore di I/O mentre si svuotava il buffer d'uscita - {0}
postgresql.stream.ioerror:Si <20> verificato un errore di I/O mentre si leggevano dati dal backend - {0}