]> granicus.if.org Git - postgresql/commit
From: Massimo Dal Zotto <dz@cs.unitn.it>
authorMarc G. Fournier <scrappy@hub.org>
Tue, 25 Aug 1998 21:25:46 +0000 (21:25 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 25 Aug 1998 21:25:46 +0000 (21:25 +0000)
commit8e9d69d6ac76001458f0c190a35990b23abf81de
treef1b2ec4d5991f2963169b8964efcadc21d41bfd0
parent88b17d9c56bfd0b6d35b824e9edbce29ae241c33
From: Massimo Dal Zotto <dz@cs.unitn.it>

> sequence.patch
>
>       adds the missing setval command to sequences. Owner of sequences
>       can now set the last value to any value between min and max
>       without recreating the sequence. This is useful after loading
>       data from external files.
src/backend/commands/sequence.c
src/backend/parser/parse_func.c
src/include/catalog/pg_proc.h
src/include/commands/sequence.h