Sorry, a correction:

> CREATE TABLE pg_catalog.pg_partitioned_rel
> (
>    partrelid                oid    NOT NULL,
>    partkind                oid    NOT NULL,
>    partissub              bool  NOT NULL,
>    partkey                 int2vector NOT NULL, -- partitioning attributes
>    partopclass         oidvector,
> 
>    PRIMARY KEY (partrelid, partissub),

Rather, PRIMARY KEY (partrelid)

Thanks,
Amit




-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to