diff options
author | Magnus Hagander <magnus@hagander.net> | 2013-01-25 09:44:14 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2013-01-25 09:46:07 +0100 |
commit | be926474be57ae73ae2052b968fd785a0096514e (patch) | |
tree | 9f0932d9625ff3debe8fdeb6180abe1dd5f40ef9 /doc/src | |
parent | 760f3c043ad4ee622b596d005ec31bb5e0322c4a (diff) | |
download | postgresql-be926474be57ae73ae2052b968fd785a0096514e.tar.gz postgresql-be926474be57ae73ae2052b968fd785a0096514e.zip |
Make pg_dump exclude unlogged table data on hot standby slaves
Noted by Joe Van Dyk
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_dump.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index d936cf185df..152edcbe6ed 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -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> |