From 49c0864d7ef5227faa24f903902db90e5c9d5d69 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Tue, 18 Mar 2014 13:20:01 -0400 Subject: Documentation for logical decoding. Craig Ringer, Andres Freund, Christian Kruse, with edits by me. --- doc/src/sgml/ref/create_table.sgml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/ref/create_table.sgml') diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index fc7ad09786f..2a985b82e5d 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -137,7 +137,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXI - + TEMPORARY or TEMP @@ -171,7 +171,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXI - + UNLOGGED @@ -1051,6 +1051,17 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXI + + user_catalog_table (boolean) + + + Declare a table as an additional catalog table, e.g. for the purpose of + logical replication. See + for details. + + + + -- cgit v1.2.3