Doc: Add a description of substream in pg_subscription.
authorAmit Kapila <[email protected]>
Wed, 17 Mar 2021 02:10:23 +0000 (07:40 +0530)
committerAmit Kapila <[email protected]>
Wed, 17 Mar 2021 02:10:23 +0000 (07:40 +0530)
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

doc/src/sgml/catalogs.sgml

index b1de6d0674b22f180ad777a6afab48883dab5726..5c9f4af1d5a4d091244b65bddc8a45c2d6161e7e 100644 (file)
@@ -7565,6 +7565,16 @@ 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>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>