Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7a089f6

Browse filesBrowse files
author
Amit Kapila
committed
Doc: Generated columns are skipped for logical replication.
Add a note in docs that generated columns are skipped for logical replication. Author: Peter Smith Reviewed-by: Peter Eisentraut Backpatch-through: 12 Discussion: https://postgr.es/m/CAHut+PuXb1GLQztQkoWzYjSwkAZZ0dgCJaAHyJtZF3kmtcL=kA@mail.gmail.com
1 parent 95cabf5 commit 7a089f6
Copy full SHA for 7a089f6

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed

‎doc/src/sgml/ddl.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/ddl.sgml
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,12 @@ CREATE TABLE people (
512512
generated columns in <literal>BEFORE</literal> triggers.
513513
</para>
514514
</listitem>
515+
<listitem>
516+
<para>
517+
Generated columns are skipped for logical replication and cannot be
518+
specified in a <command>CREATE PUBLICATION</command> column list.
519+
</para>
520+
</listitem>
515521
</itemizedlist>
516522
</para>
517523
</sect1>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.