Re: Clarification needed: create partition table can be in another schema other than that of the parent table

From: Kashif Zeeshan <kashi(dot)zeeshan(at)gmail(dot)com>
To: 周志勤 <joe(dot)zhou(at)dualhelios(dot)com>
Cc: pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>, pgsql-bugs-owner <pgsql-bugs-owner(at)lists(dot)postgresql(dot)org>
Subject: Re: Clarification needed: create partition table can be in another schema other than that of the parent table
Date: 2024-05-14 07:59:59
Message-ID: CAAPsdhfXKnA5ZsdQ8Kd1mtK5JLEngJa5+JQF+OYfkkCNf_50FA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi

It's not a bug.

Regards
Kashif Zeeshan
Bitnine Global

On Tue, May 14, 2024 at 12:50 PM 周志勤 <joe(dot)zhou(at)dualhelios(dot)com> wrote:

> Loop in pgsql-bugs-owner.
>
> ------------------------------
> joe(dot)zhou(at)dualhelios(dot)com
>
>
> *发件人:* 周志勤 <joe(dot)zhou(at)dualhelios(dot)com>
> *发送时间:* 2024-05-14 15:45
> *收件人:* pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>
> *主题:* Clarification needed: create partition table can be in another
> schema other than that of the parent table
> Hi Pgsql bugs,
>
> I have the following scenario:
>
> ptable sits in schema:BBB
>
> create table AAA.ptable18250w partition of BBB.ptable for values from
> (180000000) to (182500000);
>
> Now the ptable has a partition table: ptable18250w sits in schema AAA.
>
> Is this what we intent to do or an issue? as we do a sql search under
> schema BBB, we will never find this table,which causes a lot of confusion
> for me.
>
> Looking forward to your reply.
>
> Thanks and best regards,
> Joe
>
> ------------------------------
> joe(dot)zhou(at)dualhelios(dot)com
>
>

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message 周志勤 2024-05-14 08:08:42 Re: Re: Clarification needed: create partition table can be in another schema other than that of the parent table
Previous Message David Rowley 2024-05-14 07:58:00 Re: Clarification needed: create partition table can be in another schema other than that of the parent table