add missing options to pg_dumpall - Mailing list pgsql-patches

From Christopher Kings-Lynne
Subject add missing options to pg_dumpall
Date
Msg-id 40DBC88D.4080406@familyhealth.com.au
Whole thread Raw
Responses Re: add missing options to pg_dumpall  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Hi,

This patch adds the following options to pg_dumpall, to be passed to
pg_dump:

-S, --superuser=NAME

-O, --no-owner

-X disable-dollar-quoting, --disable-dollar-quoting

-X disable-triggers, --disable-triggers

Chris


Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Add argument name to CREATE FUNCTION documentation
Next
From: Fabien COELHO
Date:
Subject: pgxs: build infrastructure for extensions v2