diff options
Diffstat (limited to 'doc/src/sgml/protocol.sgml')
-rw-r--r-- | doc/src/sgml/protocol.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 366b6842934..472bd3ef693 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -2570,6 +2570,12 @@ The commands accepted in replication mode are: </listitem> <listitem> <para> + Unlogged relations, except for the init fork which is required to + recreate the (empty) unlogged relation on recovery. + </para> + </listitem> + <listitem> + <para> <filename>pg_wal</filename>, including subdirectories. If the backup is run with WAL files included, a synthesized version of <filename>pg_wal</filename> will be included, but it will only contain the files necessary for the |