pgsql/src/bin/pg_dump pg_backup_archiver.c

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/bin/pg_dump pg_backup_archiver.c
Date: 2001-10-23 21:26:45
Message-ID: 200110232126.f9NLQj411432@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 01/10/23 17:26:44

Modified files:
src/bin/pg_dump: pg_backup_archiver.c

Log message:
Forbid the switch combination --clean --create, which is pointless
(why bother dropping individual objects in a just-created database?)
as well as dangerous (as the code stands, the drops will be issued in
the wrong database, namely the one you were originally connected to).

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2001-10-23 22:11:23 pgsql/doc/src/sgml/ref pg_dump.sgml pg_dumpall ...
Previous Message tgl 2001-10-23 20:17:27 pgsql/src/include/utils datetime.h