#include "catalog/genbki.h"
#include "catalog/pg_ts_config_d.h"
Go to the source code of this file.
|
| BEGIN_CATALOG_STRUCT | CATALOG (pg_ts_config, 3602, TSConfigRelationId) |
| |
| | DECLARE_UNIQUE_INDEX (pg_ts_config_cfgname_index, 3608, TSConfigNameNspIndexId, pg_ts_config, btree(cfgname name_ops, cfgnamespace oid_ops)) |
| |
| | DECLARE_UNIQUE_INDEX_PKEY (pg_ts_config_oid_index, 3712, TSConfigOidIndexId, pg_ts_config, btree(oid oid_ops)) |
| |
| | MAKE_SYSCACHE (TSCONFIGNAMENSP, pg_ts_config_cfgname_index, 2) |
| |
| | MAKE_SYSCACHE (TSCONFIGOID, pg_ts_config_oid_index, 2) |
| |
◆ CATALOG()
◆ DECLARE_UNIQUE_INDEX()
◆ DECLARE_UNIQUE_INDEX_PKEY()
◆ MAKE_SYSCACHE() [1/2]
◆ MAKE_SYSCACHE() [2/2]
◆ Form_pg_ts_config
Definition at line 52 of file pg_ts_config.h.
Referenced by AlterTSConfiguration(), check_default_text_search_config(), DefineTSConfiguration(), DropConfigurationMapping(), getObjectDescription(), getObjectIdentityParts(), lookup_ts_config_cache(), makeConfigurationDependencies(), MakeConfigurationMapping(), regconfigout(), and TSConfigIsVisibleExt().
◆ FormData_pg_ts_config