Mike Blackwell написа:
> I have a system that's been giving the nonstandard use of \\...' warning
> in the postgresql log. Is there a way to get the SQL associated with
> the warning without logging all the sql statements being processed?
Yes, set "log_min_error_statement" to "WARNING"
(http://www.postgresql.org/docs/current/static/runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-WHEN)
--
Milen A. Radev