Re: logical decoding and replication of sequences

Поиск
Список
Период
Сортировка
От Euler Taveira
Тема Re: logical decoding and replication of sequences
Дата
Msg-id eb0ae88d-954c-4e74-8a77-b1d01f096dff@www.fastmail.com
обсуждение исходный текст
Ответ на Re: logical decoding and replication of sequences  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Список pgsql-hackers
On Wed, Feb 23, 2022, at 4:18 PM, Tomas Vondra wrote:
On 2/23/22 18:33, Euler Taveira wrote:
> On Wed, Feb 23, 2022, at 1:07 PM, Tomas Vondra wrote:
>> Maybe, but I don't think it's very common to have that many
>> schemas added to the same publication. And it probably does not
>> make much difference whether you have 1000 or 2000 items in the
>> list - either both are acceptable or unacceptable, I think.
>
> Wouldn't it confuse users? Hey, duplicate publication. How? Wait.
> Doh.


I don't follow. Duplicate publications? This talks about rows in
pg_publication_namespace, not pg_publication.
I was referring to

  Publications:
      "testpub_schemas" (sequences)
      "testpub_schemas" (tables)

versus

  Publications:
      "testpub_schemas" (tables, sequences)

I prefer the latter.


--
Euler Taveira

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: reallocing without oom check in pg_regress
Следующее
От: samay sharma
Дата:
Сообщение: Re: Proposal: Support custom authentication methods using hooks