Re: running logical replication as the subscription owner

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: running logical replication as the subscription owner
Дата
Msg-id CA+TgmoYk+vwgtNK4E9_-orNFz3G=ftv4YoHY1R+Fn0dceGr0tg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: running logical replication as the subscription owner  (Noah Misch <noah@leadboat.com>)
Список pgsql-hackers
On Sat, Mar 25, 2023 at 12:01 PM Noah Misch <noah@leadboat.com> wrote:
> (One might allow temp
> tables by introducing NewTempSchemaNestLevel(), called whenever we call
> NewGUCNestLevel().  The transaction would then proceed as though it has no
> temp schema, allocating an additional schema if creating a temp object.)

Neat idea. That would require some adjustments, I believe, because of
the way that temp schemas are named. But it sounds doable.

--
Robert Haas
EDB: http://www.enterprisedb.com



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: running logical replication as the subscription owner
Следующее
От: Brar Piening
Дата:
Сообщение: Re: doc: add missing "id" attributes to extension packaging page