pgsql/src/bin/pg_dump pg_backup_archiver.c - Mailing list pgsql-committers

From [email protected]
Subject pgsql/src/bin/pg_dump pg_backup_archiver.c
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    [email protected]    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).


pgsql-committers by date:

Previous
From: [email protected]
Date:
Subject: pgsql/doc TODO
Next
From: [email protected]
Date:
Subject: pgsql/doc/src/sgml/ref pg_dump.sgml pg_dumpall ...