|
PostgreSQL Source Code git master
|


Go to the source code of this file.
Functions | |
| BEGIN_CATALOG_STRUCT | 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 | |
| END_CATALOG_STRUCT typedef FormData_pg_sequence * | Form_pg_sequence |
| FormData_pg_sequence | |
| BEGIN_CATALOG_STRUCT CATALOG | ( | pg_sequence | , |
| 2224 | , | ||
| SequenceRelationId | |||
| ) |
Definition at line 25 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 | |||
| ) |
| END_CATALOG_STRUCT typedef FormData_pg_sequence* Form_pg_sequence |
Definition at line 44 of file pg_sequence.h.
Referenced by AlterSequence(), get_and_validate_seq_info(), nextval_internal(), pg_sequence_parameters(), ResetSequence(), sequence_options(), and SetSequence().
| FormData_pg_sequence |
Definition at line 35 of file pg_sequence.h.
Referenced by DefineSequence().