pg_dump: Add --no-subscriptions option Author: Michael Paquier <[email protected]> Reviewed-by: Petr Jelinek <[email protected]>
Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/26aa1cf376f68b800b73c326edeea6d1996ec246 Modified Files -------------- doc/src/sgml/ref/pg_dump.sgml | 9 +++++++++ doc/src/sgml/ref/pg_dumpall.sgml | 9 +++++++++ doc/src/sgml/ref/pg_restore.sgml | 10 ++++++++++ src/bin/pg_dump/pg_backup.h | 2 ++ src/bin/pg_dump/pg_backup_archiver.c | 5 +++++ src/bin/pg_dump/pg_dump.c | 6 +++++- src/bin/pg_dump/pg_dumpall.c | 5 +++++ src/bin/pg_dump/pg_restore.c | 4 ++++ 8 files changed, 49 insertions(+), 1 deletion(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
