pg_publication_doc_v1.diff
application/octet-stream
Filename: pg_publication_doc_v1.diff
Type: application/octet-stream
Part: 0
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: unified
Series: patch v1
| File | + | − |
|---|---|---|
| doc/src/sgml/catalogs.sgml | 10 | 0 |
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 964c819a02..9371ad6465 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -6399,6 +6399,16 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
publication instead of its own.
</para></entry>
</row>
+
+ <row>
+ <entry role="catalog_table_entry"><para role="column_definition">
+ <structfield>pubgencols</structfield> <type>bool</type>
+ </para>
+ <para>
+ If true, this publication replicate the generated columns present in the
+ tables associated with the publication.
+ </para></entry>
+ </row>
</tbody>
</tgroup>
</table>