diff options
author | Robert Haas <rhaas@postgresql.org> | 2023-04-11 11:00:36 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2023-04-11 11:00:36 -0400 |
commit | bc25d6c54a000ab67c183cb88eb4f12b1220e6f9 (patch) | |
tree | 054d5361b9bcfc3d29d7e567f01a41022c5d9eb8 | |
parent | 4c8a1b4769372037b28516e5c9acb39bb82fa92d (diff) | |
download | postgresql-bc25d6c54a000ab67c183cb88eb4f12b1220e6f9.tar.gz postgresql-bc25d6c54a000ab67c183cb88eb4f12b1220e6f9.zip |
Document new pg_subscription columns.
Commit 482675987bcdffb390ae735cfd5f34b485ae97c6 and commit
c3afe8cf5a1e465bd71e48e4bc717f5bfdc7a7d6 forgot to take care
of this.
Noriyoshi Shinoda
Discussion: http://postgr.es/m/DM4PR84MB17345D8760165F14A199B81CEE9A9@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM
-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> |