#include "catalog/genbki.h"
#include "catalog/pg_sequence_d.h"
Go to the source code of this file.
|
| 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) |
|
◆ Form_pg_sequence
◆ CATALOG()
CATALOG |
( |
pg_sequence |
, |
|
|
2224 |
, |
|
|
SequenceRelationId |
|
|
) |
| |
◆ DECLARE_UNIQUE_INDEX_PKEY()
DECLARE_UNIQUE_INDEX_PKEY |
( |
pg_sequence_seqrelid_index |
, |
|
|
5002 |
, |
|
|
SequenceRelidIndexId |
, |
|
|
pg_sequence |
, |
|
|
btree(seqrelid oid_ops) |
|
|
) |
| |
◆ MAKE_SYSCACHE()
MAKE_SYSCACHE |
( |
SEQRELID |
, |
|
|
pg_sequence_seqrelid_index |
, |
|
|
32 |
|
|
) |
| |
◆ FormData_pg_sequence