#include "catalog/genbki.h"
#include "catalog/pg_ts_dict_d.h"
Go to the source code of this file.
|
| CATALOG (pg_ts_dict, 3600, TSDictionaryRelationId) |
|
| DECLARE_TOAST (pg_ts_dict, 4169, 4170) |
|
| DECLARE_UNIQUE_INDEX (pg_ts_dict_dictname_index, 3604, TSDictionaryNameNspIndexId, pg_ts_dict, btree(dictname name_ops, dictnamespace oid_ops)) |
|
| DECLARE_UNIQUE_INDEX_PKEY (pg_ts_dict_oid_index, 3605, TSDictionaryOidIndexId, pg_ts_dict, btree(oid oid_ops)) |
|
| MAKE_SYSCACHE (TSDICTNAMENSP, pg_ts_dict_dictname_index, 2) |
|
| MAKE_SYSCACHE (TSDICTOID, pg_ts_dict_oid_index, 2) |
|
◆ Form_pg_ts_dict
◆ CATALOG()
CATALOG |
( |
pg_ts_dict |
, |
|
|
3600 |
, |
|
|
TSDictionaryRelationId |
|
|
) |
| |
◆ DECLARE_TOAST()
DECLARE_TOAST |
( |
pg_ts_dict |
, |
|
|
4169 |
, |
|
|
4170 |
|
|
) |
| |
◆ DECLARE_UNIQUE_INDEX()
DECLARE_UNIQUE_INDEX |
( |
pg_ts_dict_dictname_index |
, |
|
|
3604 |
, |
|
|
TSDictionaryNameNspIndexId |
, |
|
|
pg_ts_dict |
, |
|
|
btree(dictname name_ops, dictnamespace oid_ops) |
|
|
) |
| |
◆ DECLARE_UNIQUE_INDEX_PKEY()
DECLARE_UNIQUE_INDEX_PKEY |
( |
pg_ts_dict_oid_index |
, |
|
|
3605 |
, |
|
|
TSDictionaryOidIndexId |
, |
|
|
pg_ts_dict |
, |
|
|
btree(oid oid_ops) |
|
|
) |
| |
◆ MAKE_SYSCACHE() [1/2]
MAKE_SYSCACHE |
( |
TSDICTNAMENSP |
, |
|
|
pg_ts_dict_dictname_index |
, |
|
|
2 |
|
|
) |
| |
◆ MAKE_SYSCACHE() [2/2]
MAKE_SYSCACHE |
( |
TSDICTOID |
, |
|
|
pg_ts_dict_oid_index |
, |
|
|
2 |
|
|
) |
| |
◆ FormData_pg_ts_dict