Document new pg_subscription columns.
authorRobert Haas <[email protected]>
Tue, 11 Apr 2023 15:00:36 +0000 (11:00 -0400)
committerRobert Haas <[email protected]>
Tue, 11 Apr 2023 15:00:36 +0000 (11:00 -0400)
Commit 482675987bcdffb390ae735cfd5f34b485ae97c6 and commit
c3afe8cf5a1e465bd71e48e4bc717f5bfdc7a7d6 forgot to take care
of this.

Noriyoshi Shinoda

Discussion: http://postgr.es/m/DM4PR84MB17345D8760165F14A199B81CEE9A9@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM

doc/src/sgml/catalogs.sgml

index 296f38c8a92aa31663c2f5b327671427793bcef2..23b570d8831e1ecdb968f0df3389b5ef73a0be5b 100644 (file)
@@ -7967,6 +7967,26 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
       </para></entry>
      </row>
 
+     <row>
+      <entry role="catalog_table_entry"><para role="column_definition">
+       <structfield>subpasswordrequired</structfield> <type>bool</type>
+      </para>
+      <para>
+       If true, the subscription will be required to specify a password
+       for authentication
+      </para></entry>
+     </row>
+
+     <row>
+      <entry role="catalog_table_entry"><para role="column_definition">
+       <structfield>subrunasowner</structfield> <type>bool</type>
+      </para>
+      <para>
+       If true, the subscription will be run with the permissions
+       of the subscription owner
+      </para></entry>
+     </row>
+
      <row>
       <entry role="catalog_table_entry"><para role="column_definition">
        <structfield>subconninfo</structfield> <type>text</type>