Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bc25d6c

Browse files
committed
Document new pg_subscription columns.
Commit 4826759 and commit c3afe8c forgot to take care of this. Noriyoshi Shinoda Discussion: http://postgr.es/m/DM4PR84MB17345D8760165F14A199B81CEE9A9@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM
1 parent 4c8a1b4 commit bc25d6c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7967,6 +7967,26 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
79677967
</para></entry>
79687968
</row>
79697969

7970+
<row>
7971+
<entry role="catalog_table_entry"><para role="column_definition">
7972+
<structfield>subpasswordrequired</structfield> <type>bool</type>
7973+
</para>
7974+
<para>
7975+
If true, the subscription will be required to specify a password
7976+
for authentication
7977+
</para></entry>
7978+
</row>
7979+
7980+
<row>
7981+
<entry role="catalog_table_entry"><para role="column_definition">
7982+
<structfield>subrunasowner</structfield> <type>bool</type>
7983+
</para>
7984+
<para>
7985+
If true, the subscription will be run with the permissions
7986+
of the subscription owner
7987+
</para></entry>
7988+
</row>
7989+
79707990
<row>
79717991
<entry role="catalog_table_entry"><para role="column_definition">
79727992
<structfield>subconninfo</structfield> <type>text</type>

0 commit comments

Comments
 (0)