| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Peter Smith <smithpb2250(at)gmail(dot)com> |
| Cc: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: PGDOCS - function pg_get_publication_tables is not documented? |
| Date: | 2023-03-23 22:26:01 |
| Message-ID: | 2106581.1679610361@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Peter Smith <smithpb2250(at)gmail(dot)com> writes:
> While reviewing another thread [1] I could not find the function
> 'pg_get_publication_tables' described anywhere in the PG
> documentation.
> Should it be mentioned somewhere like the "System Catalog Information
> Functions" table [2], or was this one deliberately omitted for some
> reason?
It's not documented because it's intended only as infrastructure
for the pg_publication_tables view. (There are some other functions
in the same category.)
I do see a docs change that I think would be worth making: get
rid of the explicit mention of it in create_subscription.sgml
in favor of using that view.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Karl O. Pinc | 2023-03-23 22:31:23 | Re: doc: add missing "id" attributes to extension packaging page |
| Previous Message | Tomas Vondra | 2023-03-23 22:25:38 | Re: logical decoding and replication of sequences, take 2 |