RE: why can't a table be part of the same publication as its schema

Поиск
Список
Период
Сортировка
Искать
От
houzj.fnst@fujitsu.com
Тема
RE: why can't a table be part of the same publication as its schema
Дата
Msg-id
OS0PR01MB57162E862758402F978725CD944B9@OS0PR01MB5716.jpnprd01.prod.outlook.com
Ответ на
Список
Дерево обсуждения
why can't a table be part of the same publication as its schema Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Re: why can't a table be part of the same publication as its schema Amit Kapila <amit.kapila16@gmail.com>
Re: why can't a table be part of the same publication as its schema Tom Lane <tgl@sss.pgh.pa.us>
Re: why can't a table be part of the same publication as its schema Amit Kapila <amit.kapila16@gmail.com>
Re: why can't a table be part of the same publication as its schema Robert Haas <robertmhaas@gmail.com>
RE: why can't a table be part of the same publication as its schema "houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>
Re: why can't a table be part of the same publication as its schema Robert Haas <robertmhaas@gmail.com>
Re: why can't a table be part of the same publication as its schema Mark Dilger <mark.dilger@enterprisedb.com>
Re: why can't a table be part of the same publication as its schema Robert Haas <robertmhaas@gmail.com>
Re: why can't a table be part of the same publication as its schema Mark Dilger <mark.dilger@enterprisedb.com>
RE: why can't a table be part of the same publication as its schema "houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>
Re: why can't a table be part of the same publication as its schema Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Re: why can't a table be part of the same publication as its schema Alvaro Herrera <alvherre@alvh.no-ip.org>
RE: why can't a table be part of the same publication as its schema "houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>
Re: why can't a table be part of the same publication as its schema Isaac Morland <isaac.morland@gmail.com>
Re: why can't a table be part of the same publication as its schema Amit Kapila <amit.kapila16@gmail.com>
Re: why can't a table be part of the same publication as its schema vignesh C <vignesh21@gmail.com>
RE: why can't a table be part of the same publication as its schema "houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>
Re: why can't a table be part of the same publication as its schema Peter Eisentraut <peter.eisentraut@enterprisedb.com>
RE: why can't a table be part of the same publication as its schema "houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>
Re: why can't a table be part of the same publication as its schema Amit Kapila <amit.kapila16@gmail.com>
RE: why can't a table be part of the same publication as its schema "houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>
Re: why can't a table be part of the same publication as its schema Amit Kapila <amit.kapila16@gmail.com>
RE: why can't a table be part of the same publication as its schema "houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>
Re: why can't a table be part of the same publication as its schema Amit Kapila <amit.kapila16@gmail.com>
RE: why can't a table be part of the same publication as its schema "houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>
Re: why can't a table be part of the same publication as its schema Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: why can't a table be part of the same publication as its schema "Jonathan S. Katz" <jkatz@postgresql.org>
Re: why can't a table be part of the same publication as its schema "Jonathan S. Katz" <jkatz@postgresql.org>
Re: why can't a table be part of the same publication as its schema Robert Haas <robertmhaas@gmail.com>
Re: why can't a table be part of the same publication as its schema Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: why can't a table be part of the same publication as its schema Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: why can't a table be part of the same publication as its schema "Jonathan S. Katz" <jkatz@postgresql.org>
Re: why can't a table be part of the same publication as its schema "Jonathan S. Katz" <jkatz@postgresql.org>
Re: why can't a table be part of the same publication as its schema Amit Kapila <amit.kapila16@gmail.com>
Re: why can't a table be part of the same publication as its schema "Jonathan S. Katz" <jkatz@postgresql.org>
Re: why can't a table be part of the same publication as its schema Amit Kapila <amit.kapila16@gmail.com>
Re: why can't a table be part of the same publication as its schema Mark Dilger <mark.dilger@enterprisedb.com>
Re: why can't a table be part of the same publication as its schema "Jonathan S. Katz" <jkatz@postgresql.org>
Re: why can't a table be part of the same publication as its schema Mark Dilger <mark.dilger@enterprisedb.com>
Re: why can't a table be part of the same publication as its schema "Jonathan S. Katz" <jkatz@postgresql.org>
RE: why can't a table be part of the same publication as its schema "houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>
Re: why can't a table be part of the same publication as its schema Amit Kapila <amit.kapila16@gmail.com>
Re: why can't a table be part of the same publication as its schema Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: why can't a table be part of the same publication as its schema Amit Kapila <amit.kapila16@gmail.com>
Re: why can't a table be part of the same publication as its schema Peter Smith <smithpb2250@gmail.com>
On Saturday, September 17, 2022 11:22 AM Amit Kapila  wrote:
> 
> On Fri, Sep 16, 2022 at 1:09 PM houzj.fnst@fujitsu.com 
> wrote:
> >
> > Attach the new version patch which addressed above comments and ran
> pgident.
> > I also improved some codes and documents based on some comments given
> > by Vignesh and Peter offlist.
> >
> 
> Thanks, the patch looks mostly good to me. I have made a few cosmetic changes
> and edited a few comments. I would like to push this to HEAD and backpatch it
> to 15 by Tuesday unless there are any comments. I think we should back patch
> this because otherwise, users will see a change in behavior in 16 but if others
> don't think the same way then we can consider pushing this to HEAD only.

Thanks for the patch.
I rebased it based on PG15 and here is the patch.

Best regards,
Hou zj
В списке pgsql-hackers по дате отправления
От: Justin Pryzby
Дата:
От: Peter Eisentraut
Дата:
Сообщение: Re: ICU for global collation
FAQ