mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
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
This commit is contained in:
@ -7565,6 +7565,16 @@ SCRAM-SHA-256$<replaceable><iteration count></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>
|
||||
|
Reference in New Issue
Block a user