Re: [17] CREATE SUBSCRIPTION ... SERVER
От | Jeff Davis |
---|---|
Тема | Re: [17] CREATE SUBSCRIPTION ... SERVER |
Дата | |
Msg-id | 464bff6e64d766d3aeed3d0154307e40fc5cbdd8.camel@j-davis.com обсуждение исходный текст |
Ответ на | Re: [17] CREATE SUBSCRIPTION ... SERVER (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: [17] CREATE SUBSCRIPTION ... SERVER
Re: [17] CREATE SUBSCRIPTION ... SERVER |
Список | pgsql-hackers |
On Wed, 2023-08-30 at 09:49 -0400, Tom Lane wrote: > This seems like it requires a whole lot of new mechanism (parser > and catalog infrastructure) that could be done far more easily > in other ways. In particular, how about inventing a built-in > dummy FDW to serve the purpose? That was my initial approach, but it was getting a bit messy. FDWs don't have a schema, so we can't put it in pg_catalog, and names beginning with "pg_" aren't restricted now. Should I retroactively restrict FDW names that begin with "pg_"? Or just use special cases in pg_dump and elsewhere? Also I didn't see a great place to document it. Admittedly, I didn't complete the dummy-FDW approach, so perhaps it works out better overall. I can give it a try. Regards, Jeff Davis
В списке pgsql-hackers по дате отправления: