mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Exclude unlogged tables from base backups
Exclude unlogged tables from base backup entirely except init fork which marks created unlogged table. The next question is do not backup temp table but it's a story for separate patch. Author: David Steele Review by: Adam Brightwell, Masahiko Sawada Discussion: https://www.postgresql.org/message-id/flat/04791bab-cb04-ba43-e9c0-664a4c1ffb2c@pgmasters.net
This commit is contained in:
@ -2568,6 +2568,12 @@ The commands accepted in replication mode are:
|
||||
with <filename>pgsql_tmp</filename>.
|
||||
</para>
|
||||
</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
|
||||
|
Reference in New Issue
Block a user