|
PostgreSQL Source Code git master
|


Go to the source code of this file.
Functions | |
| BEGIN_CATALOG_STRUCT | CATALOG (pg_ts_parser, 3601, TSParserRelationId) |
| DECLARE_UNIQUE_INDEX (pg_ts_parser_prsname_index, 3606, TSParserNameNspIndexId, pg_ts_parser, btree(prsname name_ops, prsnamespace oid_ops)) | |
| DECLARE_UNIQUE_INDEX_PKEY (pg_ts_parser_oid_index, 3607, TSParserOidIndexId, pg_ts_parser, btree(oid oid_ops)) | |
| MAKE_SYSCACHE (TSPARSERNAMENSP, pg_ts_parser_prsname_index, 2) | |
| MAKE_SYSCACHE (TSPARSEROID, pg_ts_parser_oid_index, 2) | |
Variables | |
| END_CATALOG_STRUCT typedef FormData_pg_ts_parser * | Form_pg_ts_parser |
| FormData_pg_ts_parser | |
| BEGIN_CATALOG_STRUCT CATALOG | ( | pg_ts_parser | , |
| 3601 | , | ||
| TSParserRelationId | |||
| ) |
Definition at line 31 of file pg_ts_parser.h.
References BKI_DEFAULT, BKI_LOOKUP, BKI_LOOKUP_OPT, and fb().
| DECLARE_UNIQUE_INDEX | ( | pg_ts_parser_prsname_index | , |
| 3606 | , | ||
| TSParserNameNspIndexId | , | ||
| pg_ts_parser | , | ||
| btree(prsname name_ops, prsnamespace oid_ops) | |||
| ) |
| DECLARE_UNIQUE_INDEX_PKEY | ( | pg_ts_parser_oid_index | , |
| 3607 | , | ||
| TSParserOidIndexId | , | ||
| pg_ts_parser | , | ||
| btree(oid oid_ops) | |||
| ) |
| MAKE_SYSCACHE | ( | TSPARSERNAMENSP | , |
| pg_ts_parser_prsname_index | , | ||
| 2 | |||
| ) |
| MAKE_SYSCACHE | ( | TSPARSEROID | , |
| pg_ts_parser_oid_index | , | ||
| 2 | |||
| ) |
| END_CATALOG_STRUCT typedef FormData_pg_ts_parser* Form_pg_ts_parser |
Definition at line 59 of file pg_ts_parser.h.
Referenced by getObjectDescription(), getObjectIdentityParts(), lookup_ts_parser_cache(), makeParserDependencies(), and TSParserIsVisibleExt().
| FormData_pg_ts_parser |
Definition at line 55 of file pg_ts_parser.h.