Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit117f9f3

Browse files
author
Amit Kapila
committed
Doc: Fix column name in pg_publication catalog.
Commite65dbc9 incorrectly spelled the column name in thepg_publication catalog. In passing make the order of columns in the docmatch the actual catalog.Author: Shinoda, Noriyoshi <noriyoshi.shinoda@hpe.com>Reviewed-by: Peter Smith <smithpb2250@gmail.com>Discussion:https://postgr.es/m/DM4PR84MB1734F8F140E4477580761F93EEE02@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM
1 parent4f15759 commit117f9f3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

‎doc/src/sgml/catalogs.sgml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6396,26 +6396,26 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
63966396

63976397
<row>
63986398
<entry role="catalog_table_entry"><para role="column_definition">
6399-
<structfield>pubgencols</structfield> <type>char</type>
6399+
<structfield>pubviaroot</structfield> <type>bool</type>
64006400
</para>
64016401
<para>
6402-
Controls how to handle generated column replication when there is no
6403-
publication column list:
6404-
<literal>n</literal> = generated columns in the tables associated with
6405-
the publication should not be replicated,
6406-
<literal>s</literal> = stored generated columns in the tables associated
6407-
with the publication should be replicated.
6402+
If true, operations on a leaf partition are replicated using the
6403+
identity and schema of its topmost partitioned ancestor mentioned in the
6404+
publication instead of its own.
64086405
</para></entry>
64096406
</row>
64106407

64116408
<row>
64126409
<entry role="catalog_table_entry"><para role="column_definition">
6413-
<structfield>pubviaroot</structfield> <type>bool</type>
6410+
<structfield>pubgencols_type</structfield> <type>char</type>
64146411
</para>
64156412
<para>
6416-
If true, operations on a leaf partition are replicated using the
6417-
identity and schema of its topmost partitioned ancestor mentioned in the
6418-
publication instead of its own.
6413+
Controls how to handle generated column replication when there is no
6414+
publication column list:
6415+
<literal>n</literal> = generated columns in the tables associated with
6416+
the publication should not be replicated,
6417+
<literal>s</literal> = stored generated columns in the tables associated
6418+
with the publication should be replicated.
64196419
</para></entry>
64206420
</row>
64216421
</tbody>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp