Postgres 11 Insufficient columns in PRIMARY KEY constraint definition

Поиск
Список
Период
Сортировка
От Joshua Muzaaya
Тема Postgres 11 Insufficient columns in PRIMARY KEY constraint definition
Дата
Msg-id CAKLo-1uTpejOPOkHysxjqmhGvr7kiTrB1k7xZf+wAN3_8XB3yw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Postgres 11 Insufficient columns in PRIMARY KEY constraintdefinition  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-bugs
DETAIL: PRIMARY KEY constraint on table lacks column "sdate" which is part of the partition key. SQL state: 0A000

I have a table which i am trying to create with RANGE partitioning using the timestamp column. But my primary doesnot need to have this timestamp column, its another column. Why is postgres 11 asking me to add this partition key in the primary key ?

The documentation lacks this or am missing something ?

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Error on insert xml
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Postgres 11 Insufficient columns in PRIMARY KEY constraintdefinition