postgresql/src/bin
Tom Lane e69b532be7 Improve pg_dump/pg_restore --create --if-exists logic.
Teach it not to complain if the dropStmt attached to an archive entry
is actually spelled CREATE OR REPLACE VIEW, since that will happen due to
an upcoming bug fix.  Also, if it doesn't recognize a dropStmt, have it
print a WARNING and then emit the dropStmt unmodified.  That seems like a
much saner behavior than Assert'ing or dumping core due to a null-pointer
dereference, which is what would happen before :-(.

Back-patch to 9.4 where this option was introduced.

Discussion: <19092.1479325184@sss.pgh.pa.us>
2016-11-17 14:59:26 -05:00
..
initdb Translation updates 2016-10-24 10:59:02 -04:00
pg_basebackup Translation updates 2016-10-24 10:59:02 -04:00
pg_config Translation updates 2016-10-24 10:59:02 -04:00
pg_controldata Translation updates 2016-10-24 10:59:02 -04:00
pg_ctl Translation updates 2016-10-24 10:59:02 -04:00
pg_dump Improve pg_dump/pg_restore --create --if-exists logic. 2016-11-17 14:59:26 -05:00
pg_resetxlog Translation updates 2016-10-24 10:59:02 -04:00
pgevent Remove inappropriate EXPORTS line. 2014-02-19 21:08:50 -05:00
psql Translation updates 2016-10-24 10:59:02 -04:00
scripts Translation updates 2016-10-24 10:59:02 -04:00
Makefile Update copyright for 2014 2014-01-07 16:05:30 -05:00