mirror of
https://github.com/postgres/postgres.git
synced 2025-08-22 21:53:06 +03:00
Documentation for logical decoding.
Craig Ringer, Andres Freund, Christian Kruse, with edits by me.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user