mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
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
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user