File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ CREATE PUBLICATION <replaceable class="parameter">name</replaceable>
90
90
<para>
91
91
When a column list is specified, only the named columns are replicated.
92
92
If no column list is specified, all columns of the table are replicated
93
- through this publication, including any columns added later. If a column
94
- list is specified, it must include the replica identity columns .
93
+ through this publication, including any columns added later. It has no
94
+ effect on <literal>TRUNCATE</literal> commands .
95
95
</para>
96
96
97
97
<para>
@@ -252,6 +252,13 @@ CREATE PUBLICATION <replaceable class="parameter">name</replaceable>
252
252
disallowed on those tables.
253
253
</para>
254
254
255
+ <para>
256
+ Any column list must include the <literal>REPLICA IDENTITY</literal> columns
257
+ in order for <command>UPDATE</command> or <command>DELETE</command>
258
+ operations to be published. There are no column list restrictions if the
259
+ publication publishes only <command>INSERT</command> operations.
260
+ </para>
261
+
255
262
<para>
256
263
A row filter expression (i.e., the <literal>WHERE</literal> clause) must contain only
257
264
columns that are covered by the <literal>REPLICA IDENTITY</literal>, in
You can’t perform that action at this time.
0 commit comments