| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Yu Shi (Fujitsu)" <shiy(dot)fnst(at)fujitsu(dot)com> |
| Cc: | Peter Smith <smithpb2250(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: PGDOCS - function pg_get_publication_tables is not documented? |
| Date: | 2023-04-10 16:24:35 |
| Message-ID: | 4175318.1681143875@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
"Yu Shi (Fujitsu)" <shiy(dot)fnst(at)fujitsu(dot)com> writes:
> On Fri, Mar 24, 2023 6:26 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> 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.
> I agree and I tried to modify the query to use the view.
> Please see the attached patch.
Ah, now I see why it was written like that: it's kind of annoying
to join to pg_subscription_rel without having access to the relation
OID. Still, this is more pedagogically correct, so pushed.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2023-04-10 16:24:38 | Re: CREATE SUBSCRIPTION -- add missing tab-completes |
| Previous Message | Robert Haas | 2023-04-10 15:45:11 | Re: Non-superuser subscription owners |