|
PostgreSQL Source Code git master
|


Go to the source code of this file.
Typedefs | |
| typedef FormData_pg_ts_config_map * | Form_pg_ts_config_map |
Functions | |
| CATALOG (pg_ts_config_map, 3603, TSConfigMapRelationId) | |
| DECLARE_UNIQUE_INDEX_PKEY (pg_ts_config_map_index, 3609, TSConfigMapIndexId, pg_ts_config_map, btree(mapcfg oid_ops, maptokentype int4_ops, mapseqno int4_ops)) | |
| MAKE_SYSCACHE (TSCONFIGMAP, pg_ts_config_map_index, 2) | |
Variables | |
| FormData_pg_ts_config_map | |
Definition at line 45 of file pg_ts_config_map.h.
| CATALOG | ( | pg_ts_config_map | , |
| 3603 | , | ||
| TSConfigMapRelationId | |||
| ) |
Definition at line 30 of file pg_ts_config_map.h.
References BKI_LOOKUP, and fb().
| DECLARE_UNIQUE_INDEX_PKEY | ( | pg_ts_config_map_index | , |
| 3609 | , | ||
| TSConfigMapIndexId | , | ||
| pg_ts_config_map | , | ||
| btree(mapcfg oid_ops, maptokentype int4_ops, mapseqno int4_ops) | |||
| ) |
| MAKE_SYSCACHE | ( | TSCONFIGMAP | , |
| pg_ts_config_map_index | , | ||
| 2 | |||
| ) |
| FormData_pg_ts_config_map |
Definition at line 43 of file pg_ts_config_map.h.
Referenced by DefineTSConfiguration(), and MakeConfigurationMapping().