]> granicus.if.org Git - postgresql/commit
pg_dump: Dump subscriptions by default
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 12 Apr 2017 02:02:59 +0000 (22:02 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 13 Apr 2017 16:01:27 +0000 (12:01 -0400)
commitc31671f9b5f6eee9b6726baad2db1795c94839d1
tree0516b16314280f1d420bc3357d7e0258a874b086
parent73c1748d833617c6ba19750236f8e09beedb132a
pg_dump: Dump subscriptions by default

Dump subscriptions if the current user is a superuser, otherwise write a
warning and skip them.  Remove the pg_dump option
--include-subscriptions.

Discussion: https://www.postgresql.org/message-id/e4fbfad5-c6ac-fd50-6777-18c84b34eb2f@2ndquadrant.com
doc/src/sgml/logical-replication.sgml
doc/src/sgml/ref/pg_dump.sgml
src/bin/pg_dump/pg_backup.h
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_restore.c
src/bin/pg_dump/t/002_pg_dump.pl