#include "catalog/genbki.h"
#include "catalog/pg_ts_template_d.h"
Go to the source code of this file.
|
| | CATALOG (pg_ts_template, 3764, TSTemplateRelationId) |
| |
| | DECLARE_UNIQUE_INDEX (pg_ts_template_tmplname_index, 3766, TSTemplateNameNspIndexId, pg_ts_template, btree(tmplname name_ops, tmplnamespace oid_ops)) |
| |
| | DECLARE_UNIQUE_INDEX_PKEY (pg_ts_template_oid_index, 3767, TSTemplateOidIndexId, pg_ts_template, btree(oid oid_ops)) |
| |
| | MAKE_SYSCACHE (TSTEMPLATENAMENSP, pg_ts_template_tmplname_index, 2) |
| |
| | MAKE_SYSCACHE (TSTEMPLATEOID, pg_ts_template_oid_index, 2) |
| |
◆ Form_pg_ts_template
◆ CATALOG()
◆ DECLARE_UNIQUE_INDEX()
◆ DECLARE_UNIQUE_INDEX_PKEY()
◆ MAKE_SYSCACHE() [1/2]
◆ MAKE_SYSCACHE() [2/2]
◆ FormData_pg_ts_template