add missing options to pg_dumpall

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Patches <pgsql-patches(at)postgresql(dot)org>
Cc: mm-mailinglist(at)madness(dot)at
Subject: add missing options to pg_dumpall
Date: 2004-06-25 06:39:09
Message-ID: 40DBC88D.4080406@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
pg_dumpall.txt.gz application/x-gzip 2.7 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Fabien COELHO 2004-06-25 14:19:32 pgxs: build infrastructure for extensions v2
Previous Message Tom Lane 2004-06-25 05:40:17 Re: Add argument name to CREATE FUNCTION documentation