chester c young writes:
>> here is a test case:
[ slightly less messed-up test case for anyone who wants to duplicate this: ]
create schema s1;
create schema s2;
create table s1.t1(
c1 bigserial primary key,
c2 text );
create table s2.t1(
c1 bigserial primary key
) inherits( s1
> From: chester c young
> Subject: Re: [SQL] pg_dump not correctly saving schema with partitioned
> tables?
> To: "Tom Lane"
> Date: Tuesday, January 31, 2012, 5:40 PM
> --- On Tue, 1/31/12, Tom Lane
> wrote:
>
> > From: Tom Lane
> > Subject:
chester c young writes:
> have database with many partitions. each partition table has its own primary
> key sequence.
>Column || Modifiers
> ---++--
> uno_id|| not n
have database with many partitions. each partition table has its own primary
key sequence.
Column || Modifiers
---++--
uno_id|| not null default nextval('cmp0004.cmt_u