Add TEMPORARY sequences and have SERIAL on a temp table have a temporary
Bruce Momjian <bruce@momjian.us>
Add TEMPORARY sequences and have SERIAL on a temp table have a temporary sequence.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/create_sequence.sgml | modified | +15 −2 |
| src/backend/commands/sequence.c | modified | +2 −1 |
| src/backend/parser/analyze.c | modified | +3 −2 |
| src/backend/parser/gram.y | modified | +5 −4 |
| src/include/nodes/parsenodes.h | modified | +2 −1 |
| src/interfaces/ecpg/preproc/preproc.y | modified | +2 −2 |