| From: | Fujii Masao <fujii(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: doc: Add missing CREATE/ALTER PUBLICATION parameter descriptions |
| Date: | 2026-07-24 06:47:26 |
| Message-ID: | E1wn9gs-000000005b8-0kfE@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
doc: Add missing CREATE/ALTER PUBLICATION parameter descriptions
Document table_name, column_name, and schema_name in the CREATE
PUBLICATION and ALTER PUBLICATION reference pages. Also add anchors for
the ALTER PUBLICATION parameter list, matching the style already used by
CREATE PUBLICATION.
Author: Peter Smith <smithpb2250(at)gmail(dot)com>
Reviewed-by: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAHut+Ptekz+TO4ui8-fiBm4Y+O2v=HQnkK_cW4G=w9ep8654EA@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/b77868f169adcdf31edbc80d8a875204ed7ba191
Modified Files
--------------
doc/src/sgml/ref/alter_publication.sgml | 32 ++++++++++++++++-------
doc/src/sgml/ref/create_publication.sgml | 45 +++++++++++++++++++++++++++-----
2 files changed, 60 insertions(+), 17 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Fujii Masao | 2026-07-24 06:47:41 | pgsql: Fix EXCEPT publication test to check subscriber |
| Previous Message | Fujii Masao | 2026-07-23 10:27:29 | pgsql: Validate subscription conninfo on owner change |