diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-10-19 00:19:43 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-10-19 00:20:21 -0400 |
commit | 3716ab2c0c87e9a7c03ce86799006accb674ca6f (patch) | |
tree | 723ef01a02300d4a24b8a221e0baa3cea59d3d74 /doc/src | |
parent | e331c60ea727f998eb1023e8a2c468692d10032e (diff) | |
download | postgresql-3716ab2c0c87e9a7c03ce86799006accb674ca6f.tar.gz postgresql-3716ab2c0c87e9a7c03ce86799006accb674ca6f.zip |
Document that postmaster.opts is excluded from base backups
Fujii Masao
Diffstat (limited to 'doc/src')
-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 4fda5189709..d6332e58cf7 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -1729,6 +1729,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 |