#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)) |
|
◆ Form_pg_ts_template
◆ CATALOG()
CATALOG |
( |
pg_ts_template |
, |
|
|
3764 |
, |
|
|
TSTemplateRelationId |
|
|
) |
| |
◆ DECLARE_UNIQUE_INDEX()
DECLARE_UNIQUE_INDEX |
( |
pg_ts_template_tmplname_index |
, |
|
|
3766 |
, |
|
|
TSTemplateNameNspIndexId |
, |
|
|
pg_ts_template |
, |
|
|
btree(tmplname name_ops, tmplnamespace oid_ops) |
|
|
) |
| |
◆ DECLARE_UNIQUE_INDEX_PKEY()
DECLARE_UNIQUE_INDEX_PKEY |
( |
pg_ts_template_oid_index |
, |
|
|
3767 |
, |
|
|
TSTemplateOidIndexId |
, |
|
|
pg_ts_template |
, |
|
|
btree(oid oid_ops) |
|
|
) |
| |
◆ FormData_pg_ts_template