Here is a new version of my patch for allowing pg_dump to DROP schema
authorBruce Momjian <bruce@momjian.us>
Thu, 21 Jan 1999 22:53:37 +0000 (22:53 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 21 Jan 1999 22:53:37 +0000 (22:53 +0000)
commit289a826dab09844cb7df41828d60ac7aef35125c
treeaf02974f69845ac744b00873438af634d3aaf445
parentc91dbcc5c7b64aecfc0a246d0f8f2d60145e6326
Here is a new version of my patch for allowing pg_dump to DROP schema
elements prior to CREATEing new ones.  It is under control of the -c
command line option (with the default being status quo).

The DROP TRIGGER portion still needs implementation.  Anyone able to
help clarify what exactly the CREATE TRIGGER portion does so I can fix
this?

Again, I have tried this with tables/indexes/sequences, but do not
have other schema elements in my database.  As a result, I am not 100%
convinced that I got the syntax correct in all cases (but think I did,
nonetheless).  If anyone can check the other cases, I'd appreciate it.

Cheers,
Brook

[I added manual page and sgml additions for the new -c option.]
doc/src/sgml/ref/pg_dump.sgml
src/bin/pg_dump/pg_dump.c
src/man/pg_dump.1