mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Move prattrs to the pg_publication_rel section in docs
Commit 923def9a53
documented the prattrs to the pg_publication_namespace
catalog, probably due to a rebase mistake. Move it to the section for
the pg_publication_rel catalog.
Author: Noriyoshi Shinoda
Discussion: https://postgr.es/m/PH7PR84MB18850A74D275F39762059E6CEE1B9@PH7PR84MB1885.NAMPRD84.PROD.OUTLOOK.COM
This commit is contained in:
@@ -6291,19 +6291,6 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
|
|||||||
Reference to schema
|
Reference to schema
|
||||||
</para></entry>
|
</para></entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
|
||||||
<entry role="catalog_table_entry"><para role="column_definition">
|
|
||||||
<structfield>prattrs</structfield> <type>int2vector</type>
|
|
||||||
(references <link linkend="catalog-pg-attribute"><structname>pg_attribute</structname></link>.<structfield>attnum</structfield>)
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
This is an array of values that indicates which table columns are
|
|
||||||
part of the publication. For example, a value of <literal>1 3</literal>
|
|
||||||
would mean that the first and the third table columns are published.
|
|
||||||
A null value indicates that all columns are published.
|
|
||||||
</para></entry>
|
|
||||||
</row>
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</table>
|
</table>
|
||||||
@@ -6375,6 +6362,19 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
|
|||||||
representation) for the relation's publication qualifying condition. Null
|
representation) for the relation's publication qualifying condition. Null
|
||||||
if there is no publication qualifying condition.</para></entry>
|
if there is no publication qualifying condition.</para></entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
<row>
|
||||||
|
<entry role="catalog_table_entry"><para role="column_definition">
|
||||||
|
<structfield>prattrs</structfield> <type>int2vector</type>
|
||||||
|
(references <link linkend="catalog-pg-attribute"><structname>pg_attribute</structname></link>.<structfield>attnum</structfield>)
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
This is an array of values that indicates which table columns are
|
||||||
|
part of the publication. For example, a value of <literal>1 3</literal>
|
||||||
|
would mean that the first and the third table columns are published.
|
||||||
|
A null value indicates that all columns are published.
|
||||||
|
</para></entry>
|
||||||
|
</row>
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</table>
|
</table>
|
||||||
|
Reference in New Issue
Block a user