From be926474be57ae73ae2052b968fd785a0096514e Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Fri, 25 Jan 2013 09:44:14 +0100 Subject: Make pg_dump exclude unlogged table data on hot standby slaves Noted by Joe Van Dyk --- doc/src/sgml/ref/pg_dump.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/src') 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 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. -- cgit v1.2.3