> You can reduce the logging volume on busy servers with > auto_explain.log_min_duration. You can also activate it for a single > database user only by setting log_min_duration to -1 globally and > change the setting for one user with ALTER ROLE SET, right?
Not according to the docs, you can't. -- Josh Berkus PostgreSQL Experts Inc. http://pgexperts.com -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
