1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Make pg_dump exclude unlogged table data on hot standby slaves

Noted by Joe Van Dyk
This commit is contained in:
Magnus Hagander
2013-01-25 09:44:14 +01:00
parent ab2d907a25
commit 65fc0ab559
2 changed files with 20 additions and 1 deletions

View File

@ -713,7 +713,8 @@ PostgreSQL documentation
<para>
Do not dump the contents of unlogged tables. This option has no
effect on whether or not the table definitions (schema) are dumped;
it only suppresses dumping the table data.
it only suppresses dumping the table data. Data in unlogged tables
is always excluded when dumping from a standby server.
</para>
</listitem>
</varlistentry>