Skip to content

Commit 7efeb21

Browse files
author
Amit Kapila
committed
Doc: Add a description of substream in pg_subscription.
Commit 4648243 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
1 parent 9e7ccd9 commit 7efeb21

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7565,6 +7565,16 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
75657565
</para></entry>
75667566
</row>
75677567

7568+
<row>
7569+
<entry role="catalog_table_entry"><para role="column_definition">
7570+
<structfield>substream</structfield> <type>bool</type>
7571+
</para>
7572+
<para>
7573+
If true, the subscription will allow streaming of in-progress
7574+
transactions
7575+
</para></entry>
7576+
</row>
7577+
75687578
<row>
75697579
<entry role="catalog_table_entry"><para role="column_definition">
75707580
<structfield>subconninfo</structfield> <type>text</type>

0 commit comments

Comments
 (0)