Jaime Casanova <jcasa...@systemguards.com.ec> writes:
> can we add a parameter in pg_dump and pg_dumpall to disable
> log_min_duration_statement?

export PGOPTIONS="-c log_min_duration_statement=-1"

Or use ALTER USER SET to add that to the options for the account
you do pg_dump with; etc etc.

                        regards, tom lane

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to