diff options
author | Robert Haas | 2011-10-19 04:19:43 +0000 |
---|---|---|
committer | Robert Haas | 2011-10-19 04:19:59 +0000 |
commit | 13a867825a0aafb7f9b417cc4e52cd5d8988eabc (patch) | |
tree | f892e5116d0f5eaa5b141e2a2cbd46359873ef85 | |
parent | 35d6ce97e78be24eca29226b3b67ca9a3a1384fd (diff) |
Document that postmaster.opts is excluded from base backups
Fujii Masao
-rw-r--r-- | doc/src/sgml/protocol.sgml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 508991bcc2b..84d39e191cb 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -1744,6 +1744,11 @@ The commands accepted in walsender mode are: </listitem> <listitem> <para> + <filename>postmaster.opts</> + </para> + </listitem> + <listitem> + <para> <filename>pg_xlog</>, including subdirectories. If the backup is run with wal files included, a synthesized version of pg_xlog will be included, but it will only contain the files necessary for the |