-X flag in pg_dump

From: Dennis Bjorklund <db(at)zigo(dot)dhs(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: -X flag in pg_dump
Date: 2006-01-26 09:04:06
Message-ID: Pine.LNX.4.44.0601260924270.6348-100000@zigo.dhs.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

What use is the -X flag to pg_dump. The code say that if one add a setting
"feature" to -X then there should also be a flag "--feature". So we have
for example:

-X disable-triggers

and

--disable-triggers

If all the -X flags come in a long form as well, then what use is the -X
at all? Why would one want to use -X disable-triggers instead of
--disable-triggers ?

--
/Dennis Björklund

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dennis Bjorklund 2006-01-26 09:17:28 Re: -X flag in pg_dump
Previous Message Robert Lor 2006-01-26 05:25:45 Re: PostgreSQL Solaris packages now in beta