Tom Lane wrote:
>Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> writes:
>
>
>>>pg_dumpall lacks the "-X disable-dollar-quoting" switch.
>>>
>>>
>
>
>
>>I can add it - do the other hackers want it?
>>
>>
>
>It should be there --- in general pg_dumpall should be able to pass down
>any pg_dump switch that makes sense.
>
>
>
>
Perhaps rather than replicating every pg_dump option pg_dumpall needs a
single option that can encapsulate them?
e.g.
--dump-options="--foo --bar --baz"
Just a thought
cheers
andrew