v52-0004-Add-missing-pubgencols-attribute-docs-for-pg_pub.patch

text/x-patch

Filename: v52-0004-Add-missing-pubgencols-attribute-docs-for-pg_pub.patch
Type: text/x-patch
Part: 3
Message: Re: Pgoutput not capturing the generated columns

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: format-patch
Series: patch v52-0004
Subject: Add missing pubgencols attribute docs for pg_publication catalog
File+
doc/src/sgml/catalogs.sgml 10 0
From a97128730b6834fcf18f88371885bc26544f0640 Mon Sep 17 00:00:00 2001
From: Peter Smith <peter.b.smith@fujitsu.com>
Date: Mon, 13 Jan 2025 10:34:15 +1100
Subject: [PATCH v52 4/5] Add missing pubgencols attribute docs for
 pg_publication catalog

---
 doc/src/sgml/catalogs.sgml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index d3036c5ba9..9b8f9e896f 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -6394,6 +6394,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>pubgencols</structfield> <type>bool</type>
+      </para>
+      <para>
+       If true, this publication replicates the stored generated columns
+       present in the tables associated with the publication.
+      </para></entry>
+     </row>
+
      <row>
       <entry role="catalog_table_entry"><para role="column_definition">
        <structfield>pubviaroot</structfield> <type>bool</type>
-- 
2.43.0