Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)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