回复: Clarification needed: create partition table can be in another schema other than that of the parent table - Mailing list pgsql-bugs

From 周志勤
Subject 回复: Clarification needed: create partition table can be in another schema other than that of the parent table
Date
Msg-id 0B351026305624C9+2024051415491270062410@dualhelios.com
Whole thread Raw
Responses Re: Clarification needed: create partition table can be in another schema other than that of the parent table
List pgsql-bugs
Loop in pgsql-bugs-owner.


joe.zhou@dualhelios.com
 
发件人: 周志勤
发送时间: 2024-05-14 15:45
收件人: pgsql-bugs
主题: 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.zhou@dualhelios.com

pgsql-bugs by date:

Previous
From: 周志勤
Date:
Subject: Clarification needed: create partition table can be in another schema other than that of the parent table
Next
From: David Rowley
Date:
Subject: Re: Clarification needed: create partition table can be in another schema other than that of the parent table