#include "catalog/genbki.h"
#include "catalog/pg_statistic_ext_d.h"
Go to the source code of this file.
|
| CATALOG (pg_statistic_ext, 3381, StatisticExtRelationId) |
|
| DECLARE_TOAST (pg_statistic_ext, 3439, 3440) |
|
| DECLARE_UNIQUE_INDEX_PKEY (pg_statistic_ext_oid_index, 3380, StatisticExtOidIndexId, pg_statistic_ext, btree(oid oid_ops)) |
|
| DECLARE_UNIQUE_INDEX (pg_statistic_ext_name_index, 3997, StatisticExtNameIndexId, pg_statistic_ext, btree(stxname name_ops, stxnamespace oid_ops)) |
|
| DECLARE_INDEX (pg_statistic_ext_relid_index, 3379, StatisticExtRelidIndexId, pg_statistic_ext, btree(stxrelid oid_ops)) |
|
| MAKE_SYSCACHE (STATEXTOID, pg_statistic_ext_oid_index, 4) |
|
| MAKE_SYSCACHE (STATEXTNAMENSP, pg_statistic_ext_name_index, 4) |
|
| DECLARE_ARRAY_FOREIGN_KEY ((stxrelid, stxkeys), pg_attribute,(attrelid, attnum)) |
|
◆ Form_pg_statistic_ext
◆ CATALOG()
CATALOG |
( |
pg_statistic_ext |
, |
|
|
3381 |
, |
|
|
StatisticExtRelationId |
|
|
) |
| |
◆ DECLARE_ARRAY_FOREIGN_KEY()
DECLARE_ARRAY_FOREIGN_KEY |
( |
(stxrelid, stxkeys) |
, |
|
|
pg_attribute |
, |
|
|
(attrelid, attnum) |
|
|
) |
| |
◆ DECLARE_INDEX()
DECLARE_INDEX |
( |
pg_statistic_ext_relid_index |
, |
|
|
3379 |
, |
|
|
StatisticExtRelidIndexId |
, |
|
|
pg_statistic_ext |
, |
|
|
btree(stxrelid oid_ops) |
|
|
) |
| |
◆ DECLARE_TOAST()
DECLARE_TOAST |
( |
pg_statistic_ext |
, |
|
|
3439 |
, |
|
|
3440 |
|
|
) |
| |
◆ DECLARE_UNIQUE_INDEX()
DECLARE_UNIQUE_INDEX |
( |
pg_statistic_ext_name_index |
, |
|
|
3997 |
, |
|
|
StatisticExtNameIndexId |
, |
|
|
pg_statistic_ext |
, |
|
|
btree(stxname name_ops, stxnamespace oid_ops) |
|
|
) |
| |
◆ DECLARE_UNIQUE_INDEX_PKEY()
DECLARE_UNIQUE_INDEX_PKEY |
( |
pg_statistic_ext_oid_index |
, |
|
|
3380 |
, |
|
|
StatisticExtOidIndexId |
, |
|
|
pg_statistic_ext |
, |
|
|
btree(oid oid_ops) |
|
|
) |
| |
◆ MAKE_SYSCACHE() [1/2]
MAKE_SYSCACHE |
( |
STATEXTNAMENSP |
, |
|
|
pg_statistic_ext_name_index |
, |
|
|
4 |
|
|
) |
| |
◆ MAKE_SYSCACHE() [2/2]
MAKE_SYSCACHE |
( |
STATEXTOID |
, |
|
|
pg_statistic_ext_oid_index |
, |
|
|
4 |
|
|
) |
| |
◆ FormData_pg_statistic_ext
FormData_pg_statistic_ext |