Jaime Casanova wrote: > On Mon, Mar 8, 2010 at 4:25 PM, Tom Lane <[email protected]> wrote: > > Jaime Casanova <[email protected]> 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" > > > > ah! so, that is PGOPTIONS for :) > and that works for every libpq application?
Yes. -- Bruce Momjian <[email protected]> http://momjian.us EnterpriseDB http://enterprisedb.com PG East: http://www.enterprisedb.com/community/nav-pg-east-2010.do -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
