From 96e1cb4c0fb45dfca2d8b0a58693b94cbdaabe11 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 12 May 2017 09:15:40 -0400 Subject: pg_dump: Add --no-publications option Author: Michael Paquier --- doc/src/sgml/ref/pg_dump.sgml | 9 +++++++++ doc/src/sgml/ref/pg_dumpall.sgml | 9 +++++++++ doc/src/sgml/ref/pg_restore.sgml | 10 ++++++++++ 3 files changed, 28 insertions(+) (limited to 'doc') diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index d326f08b07..bb0bf5d566 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -789,6 +789,15 @@ PostgreSQL documentation + + + + + Do not dump publications. + + + + diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index 60e67a2c7b..b45e813486 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -345,6 +345,15 @@ PostgreSQL documentation + + + + + Do not dump publications. + + + + diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index 943378530b..f623cc04d2 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -581,6 +581,16 @@ + + + + + Do not output commands to restore publications, even if the archive + contains them. + + + + -- cgit v1.2.3