mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Skip temp tables from basebackup.
Do not store temp tables in basebackup, they will not be visible anyway, so, there are not reasons to store them. Author: David Steel Reviewed by: me Discussion: https://www.postgresql.org/message-id/flat/5ea4d26a-a453-c1b7-eff9-5a3ef8f8aceb@pgmasters.net
This commit is contained in:
@ -2565,7 +2565,7 @@ The commands accepted in replication mode are:
|
||||
<para>
|
||||
Various temporary files and directories created during the operation
|
||||
of the PostgreSQL server, such as any file or directory beginning
|
||||
with <filename>pgsql_tmp</filename>.
|
||||
with <filename>pgsql_tmp</filename> and temporary relations.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
Reference in New Issue
Block a user