diff options
author | Amit Kapila <akapila@postgresql.org> | 2021-03-17 07:40:23 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2021-03-17 07:40:23 +0530 |
commit | 7efeb214ad832fa96ea950d0906b1d2b96316d15 (patch) | |
tree | 4d52cf1460fd6e69f99e49dc8f7fe8cc27506809 | |
parent | 9e7ccd9ef64d05e87ceb1985d459bef9031205c0 (diff) | |
download | postgresql-7efeb214ad832fa96ea950d0906b1d2b96316d15.tar.gz postgresql-7efeb214ad832fa96ea950d0906b1d2b96316d15.zip |
Doc: Add a description of substream in pg_subscription.
Commit 464824323e added a new column substream in pg_subscription but
forgot to update the docs.
Reported-by: Peter Smith
Author: Amit Kapila
Reviewed-by: Peter Smith
Discussion: https://postgr.es/m/CAHut+PuPGGASnh2Dy37VYODKULVQo-5oE=Shc6gwtRizDt==cA@mail.gmail.com
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index b1de6d0674b..5c9f4af1d5a 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -7567,6 +7567,16 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l <row> <entry role="catalog_table_entry"><para role="column_definition"> + <structfield>substream</structfield> <type>bool</type> + </para> + <para> + If true, the subscription will allow streaming of in-progress + transactions + </para></entry> + </row> + + <row> + <entry role="catalog_table_entry"><para role="column_definition"> <structfield>subconninfo</structfield> <type>text</type> </para> <para> |