BUG #18345: Specifying index parameters for a PRIMARY KEY column constraint is a syntax error

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #18345: Specifying index parameters for a PRIMARY KEY column constraint is a syntax error
Дата
Msg-id 18345-26e2bb64e445f71f@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #18345: Specifying index parameters for a PRIMARY KEY column constraint is a syntax error  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      18345
Logged by:          Dylan Meysmans
Email address:      contact@mettekou.com
PostgreSQL version: 16.2
Operating system:   openSUSE Tumbleweed
Description:

PostgreSQL 16.2 does not accept index parameters, such as an INCLUDE (...)
parameter, for a PRIMARY KEY column constraint in a CREATE TABLE DDL
statement. See https://dbfiddle.uk/6S1zwHRL for a minimal reproduction.
According to the documentation at
https://www.postgresql.org/docs/current/sql-createtable.html, this should be
allowed.


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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #18344: Pruning tables partitioned by bool range fails with invalid strategy
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: BUG #18345: Specifying index parameters for a PRIMARY KEY column constraint is a syntax error