mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23: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:
@ -68,7 +68,6 @@ 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 by the statement, 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}
|
||||
|
Reference in New Issue
Block a user