#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, on pg_ts_dict using btree(dictname name_ops, dictnamespace oid_ops)) |
|
| DECLARE_UNIQUE_INDEX (pg_ts_dict_oid_index, 3605, on pg_ts_dict using btree(oid oid_ops)) |
|
◆ TSDictionaryNameNspIndexId
#define TSDictionaryNameNspIndexId 3604 |
◆ TSDictionaryOidIndexId
#define TSDictionaryOidIndexId 3605 |
◆ Form_pg_ts_dict
◆ CATALOG()
CATALOG |
( |
pg_ts_dict |
, |
|
|
3600 |
, |
|
|
TSDictionaryRelationId |
|
|
) |
| |
◆ DECLARE_TOAST()
DECLARE_TOAST |
( |
pg_ts_dict |
, |
|
|
4169 |
, |
|
|
4170 |
|
|
) |
| |
◆ DECLARE_UNIQUE_INDEX() [1/2]
DECLARE_UNIQUE_INDEX |
( |
pg_ts_dict_dictname_index |
, |
|
|
3604 |
, |
|
|
on pg_ts_dict using |
btreedictname name_ops, dictnamespace oid_ops |
|
) |
| |
◆ DECLARE_UNIQUE_INDEX() [2/2]
DECLARE_UNIQUE_INDEX |
( |
pg_ts_dict_oid_index |
, |
|
|
3605 |
, |
|
|
on pg_ts_dict using |
btreeoid oid_ops |
|
) |
| |
◆ FormData_pg_ts_dict