#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, on pg_sequence using btree(seqrelid oid_ops)) |
|
◆ Form_pg_sequence
◆ CATALOG()
CATALOG |
( |
pg_sequence |
, |
|
|
2224 |
, |
|
|
SequenceRelationId |
|
|
) |
| |
◆ DECLARE_UNIQUE_INDEX_PKEY()
DECLARE_UNIQUE_INDEX_PKEY |
( |
pg_sequence_seqrelid_index |
, |
|
|
5002 |
, |
|
|
SequenceRelidIndexId |
, |
|
|
on pg_sequence using |
btreeseqrelid oid_ops |
|
) |
| |
◆ FormData_pg_sequence