diff options
author | Amit Kapila <akapila@postgresql.org> | 2025-01-28 10:42:46 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2025-01-28 10:42:46 +0530 |
commit | 75eb9766ec201b62f264554019757716093e2a2f (patch) | |
tree | 180098e8ce3a3be50dd9029b1cc157e19cf8c7ad /doc/src | |
parent | 30a6ed0ce4bb18212ec38cdb537ea4b43bc99b83 (diff) | |
download | postgresql-75eb9766ec201b62f264554019757716093e2a2f.tar.gz postgresql-75eb9766ec201b62f264554019757716093e2a2f.zip |
Rename pubgencols_type to pubgencols in pg_publication.
The column added in commit e65dbc9927, pubgencols_type, was inconsistent
with the naming conventions of other columns in the pg_publication
catalog.
Author: Vignesh C <vignesh21@gmail.com>
Reviewed-by: Amit Kapila <amit.kapila16@gmail.com>
Reviewed-by: Peter Smith <smithpb2250@gmail.com>
Discussion: https://postgr.es/m/CALDaNm1u-ufVOW-RUsXSooqzkpohxfZYy=z78fbcr_9Pq5hbCg@mail.gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 8ad0ed10b3a..088fb175cce 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -6407,7 +6407,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>pubgencols_type</structfield> <type>char</type> + <structfield>pubgencols</structfield> <type>char</type> </para> <para> Controls how to handle generated column replication when there is no |