OSDN Git Service

Support specifying PRIMARY KEY for the SERIAL type.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 16 Sep 1998 14:25:37 +0000 (14:25 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 16 Sep 1998 14:25:37 +0000 (14:25 +0000)
commit7c30ac961f1f319f17f8aad666a073543fc9c773
treeff1232c6cd70b390b2641cab2583faf5108b502c
parent198bcef0259831695dc907578be332a4b990822d
Support specifying PRIMARY KEY for the SERIAL type.
Check for a constraint if is_sequence is set and omit making
 a UNIQUE index if so, since the primary key will cover that for us.
src/backend/parser/analyze.c