Re: Pgoutput not capturing the generated columns
От | Amit Kapila |
---|---|
Тема | Re: Pgoutput not capturing the generated columns |
Дата | |
Msg-id | CAA4eK1LqF81cXuc-EFzBhaJAVHC4_zURYs3isdA9PnZVAGLNiQ@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Pgoutput not capturing the generated columns (Ajin Cherian <itsajin@gmail.com>) |
Ответы |
Re: Pgoutput not capturing the generated columns
|
Список | pgsql-hackers |
On Thu, Oct 31, 2024 at 4:26 PM Ajin Cherian <itsajin@gmail.com> wrote: > > 5. Verified that publications with different column list are disallowed to be subscribed by one subscription > a. PUB_A(column list = (a, b)) PUB_B(no column list, with publish_generated_column) - OK > b. PUB_A(column list = (a, b)) PUB_B(no column list, without publish_generated_column) - FAIL > c. PUB_A(no column list, without publish_generated_column) PUB_B(no column list, with publish_generated_column) - FAIL > > Tests did not show any unexpected behaviour. > Thanks for the tests, but the results of step 5 do not clearly show whether they are correct because you haven't shared the table schema. -- With Regards, Amit Kapila.
В списке pgsql-hackers по дате отправления: