pgsql/src/bin/pg_dump pg_backup_archiver.c

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/bin/pg_dump pg_backup_archiver.c
Дата
Msg-id 200110232126.f9NLQj411432@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.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).


В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@postgresql.org
Дата:
Сообщение: pgsql/doc TODO
Следующее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/doc/src/sgml/ref pg_dump.sgml pg_dumpall ...