|
PostgreSQL Source Code git master
|


Go to the source code of this file.
Typedefs | |
| typedef FormData_pg_sequence * | Form_pg_sequence |
Functions | |
| CATALOG (pg_sequence, 2224, SequenceRelationId) | |
| DECLARE_UNIQUE_INDEX_PKEY (pg_sequence_seqrelid_index, 5002, SequenceRelidIndexId, pg_sequence, btree(seqrelid oid_ops)) | |
| MAKE_SYSCACHE (SEQRELID, pg_sequence_seqrelid_index, 32) | |
Variables | |
| FormData_pg_sequence | |
Definition at line 40 of file pg_sequence.h.
| CATALOG | ( | pg_sequence | , |
| 2224 | , | ||
| SequenceRelationId | |||
| ) |
Definition at line 23 of file pg_sequence.h.
References BKI_LOOKUP, and fb().
| DECLARE_UNIQUE_INDEX_PKEY | ( | pg_sequence_seqrelid_index | , |
| 5002 | , | ||
| SequenceRelidIndexId | , | ||
| pg_sequence | , | ||
| btree(seqrelid oid_ops) | |||
| ) |
| MAKE_SYSCACHE | ( | SEQRELID | , |
| pg_sequence_seqrelid_index | , | ||
| 32 | |||
| ) |
| FormData_pg_sequence |
Definition at line 33 of file pg_sequence.h.
Referenced by DefineSequence().