diff options
| author | Robert Haas <rhaas@postgresql.org> | 2014-03-18 13:20:01 -0400 |
|---|---|---|
| committer | Robert Haas <rhaas@postgresql.org> | 2014-03-18 13:20:01 -0400 |
| commit | 49c0864d7ef5227faa24f903902db90e5c9d5d69 (patch) | |
| tree | dd8e18a8050842388c03ba37619f90a8ca69df1e /doc/src/sgml/ref/create_table.sgml | |
| parent | 8bdd12bbf093c846c9383c205e363d6ae35f11a6 (diff) | |
Documentation for logical decoding.
Craig Ringer, Andres Freund, Christian Kruse, with edits by me.
Diffstat (limited to 'doc/src/sgml/ref/create_table.sgml')
| -rw-r--r-- | doc/src/sgml/ref/create_table.sgml | 15 |
1 files changed, 13 insertions, 2 deletions
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 <variablelist> - <varlistentry> + <varlistentry id="SQL-CREATETABLE-TEMPORARY"> <term><literal>TEMPORARY</> or <literal>TEMP</></term> <listitem> <para> @@ -171,7 +171,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXI </listitem> </varlistentry> - <varlistentry> + <varlistentry id="SQL-CREATETABLE-UNLOGGED"> <term><literal>UNLOGGED</></term> <listitem> <para> @@ -1051,6 +1051,17 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXI </listitem> </varlistentry> + <varlistentry> + <term><literal>user_catalog_table</literal> (<type>boolean</type>)</term> + <listitem> + <para> + Declare a table as an additional catalog table, e.g. for the purpose of + logical replication. See + <xref linkend="logicaldecoding-capabilities"> for details. + </para> + </listitem> + </varlistentry> + </variablelist> </refsect2> |
