Re: On partitioning - Mailing list pgsql-hackers

From Amit Langote
Subject Re: On partitioning
Date
Msg-id 04de01d00918$05b69020$1123b060$@lab.ntt.co.jp
Whole thread Raw
In response to Re: On partitioning  ("Amit Langote" <Langote_Amit_f8@lab.ntt.co.jp>)
List pgsql-hackers
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





pgsql-hackers by date:

Previous
From: "Amit Langote"
Date:
Subject: Re: On partitioning
Next
From: Michael Paquier
Date:
Subject: Compiling C++ extensions on MSVC using scripts in src/tools