Re: PostgreSQL Logical decoding

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: PostgreSQL Logical decoding
Дата
Msg-id CAA4eK1LDuH2fdCpa683ySZ1H7dBBWOHnqs2+R4g4Jih3NtePeQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PostgreSQL Logical decoding  (Ankit Oza <ankit.p.oza@gmail.com>)
Список pgsql-hackers
On Wed, Oct 12, 2022 at 10:09 AM Ankit Oza <ankit.p.oza@gmail.com> wrote:
>
> Thanks Ashutosh,
>
> Actually we use the Postgres service offered by Azure (Flexible server). So, I was looking at the following
documentationwhich talks about Logical Replication and Logical Decoding as two different methods of replication. Here
Logicalreplication talks about creating both Publisher and Subscriber settings using simple SQL statements. While for
Logicaldecoding its talking about publishing WAL but not on how to consume this WAL. 
> Logical replication and logical decoding - Azure Database for PostgreSQL - Flexible Server | Microsoft Learn
>
> Also Logical Replication has some limitations like materialized views, sequences being not replicated. While DDL
changespropagation is a common deficiency among both Logical decoding and Logical Replication. Am I reading this
correctly?
> PostgreSQL: Documentation: 12: 30.4. Restrictions
>
> With this reading I thought Logical decoding may be the way to go. However please guide us on our understanding.
>

Those restrictions (sequences, materialized views, etc.) apply to
logical decoding as well. We don't support decoding operations on
those objects.

--
With Regards,
Amit Kapila.



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

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: test_decoding assertion failure for the loss of top-sub transaction relationship
Следующее
От: "Drouvot, Bertrand"
Дата:
Сообщение: Re: Patch proposal: make use of regular expressions for the username in pg_hba.conf