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

Commit41b00f8

Browse files
committed
Move prattrs to the pg_publication_rel section in docs
Commit923def9 documented the prattrs to the pg_publication_namespacecatalog, probably due to a rebase mistake. Move it to the section forthe pg_publication_rel catalog.Author: Noriyoshi ShinodaDiscussion:https://postgr.es/m/PH7PR84MB18850A74D275F39762059E6CEE1B9@PH7PR84MB1885.NAMPRD84.PROD.OUTLOOK.COM
1 parent979cd65 commit41b00f8

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

‎doc/src/sgml/catalogs.sgml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6291,19 +6291,6 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
62916291
Reference to schema
62926292
</para></entry>
62936293
</row>
6294-
6295-
<row>
6296-
<entry role="catalog_table_entry"><para role="column_definition">
6297-
<structfield>prattrs</structfield> <type>int2vector</type>
6298-
(references <link linkend="catalog-pg-attribute"><structname>pg_attribute</structname></link>.<structfield>attnum</structfield>)
6299-
</para>
6300-
<para>
6301-
This is an array of values that indicates which table columns are
6302-
part of the publication. For example, a value of <literal>1 3</literal>
6303-
would mean that the first and the third table columns are published.
6304-
A null value indicates that all columns are published.
6305-
</para></entry>
6306-
</row>
63076294
</tbody>
63086295
</tgroup>
63096296
</table>
@@ -6375,6 +6362,19 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
63756362
representation) for the relation's publication qualifying condition. Null
63766363
if there is no publication qualifying condition.</para></entry>
63776364
</row>
6365+
6366+
<row>
6367+
<entry role="catalog_table_entry"><para role="column_definition">
6368+
<structfield>prattrs</structfield> <type>int2vector</type>
6369+
(references <link linkend="catalog-pg-attribute"><structname>pg_attribute</structname></link>.<structfield>attnum</structfield>)
6370+
</para>
6371+
<para>
6372+
This is an array of values that indicates which table columns are
6373+
part of the publication. For example, a value of <literal>1 3</literal>
6374+
would mean that the first and the third table columns are published.
6375+
A null value indicates that all columns are published.
6376+
</para></entry>
6377+
</row>
63786378
</tbody>
63796379
</tgroup>
63806380
</table>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp