Adds in NO MAXVALUE and NO MINVALUE options for create sequence per 200X
Bruce Momjian <bruce@momjian.us>
Adds in NO MAXVALUE and NO MINVALUE options for create sequence per 200X spec, which will also make alter sequence a touch easier. sequence.c init_params() will check for settings which have been defined twice, and complain. Rod Taylor
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/sequence.c | modified | +29 −3 |
| src/backend/parser/gram.y | modified | +9 −1 |