diff options
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 296f38c8a92..23b570d8831 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -7969,6 +7969,26 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l <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> </para> <para> |