Rename pubgencols_type to pubgencols in pg_publication.
authorAmit Kapila
Tue, 28 Jan 2025 05:12:46 +0000 (10:42 +0530)
committerAmit Kapila
Tue, 28 Jan 2025 05:12:46 +0000 (10:42 +0530)
commit75eb9766ec201b62f264554019757716093e2a2f
tree180098e8ce3a3be50dd9029b1cc157e19cf8c7ad
parent30a6ed0ce4bb18212ec38cdb537ea4b43bc99b83
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 
Reviewed-by: Amit Kapila
Reviewed-by: Peter Smith
Discussion: https://postgr.es/m/CALDaNm1u-ufVOW-RUsXSooqzkpohxfZYy=z78fbcr_9Pq5hbCg@mail.gmail.com
doc/src/sgml/catalogs.sgml
src/backend/catalog/pg_publication.c
src/backend/commands/publicationcmds.c
src/backend/utils/cache/relcache.c
src/bin/pg_dump/pg_dump.c
src/bin/psql/describe.c
src/include/catalog/catversion.h
src/include/catalog/pg_publication.h