#include "catalog/genbki.h"
#include "catalog/pg_statistic_d.h"
Go to the source code of this file.
|
| CATALOG (pg_statistic, 2619, StatisticRelationId) |
|
| DECLARE_TOAST (pg_statistic, 2840, 2841) |
|
| DECLARE_UNIQUE_INDEX_PKEY (pg_statistic_relid_att_inh_index, 2696, StatisticRelidAttnumInhIndexId, pg_statistic, btree(starelid oid_ops, staattnum int2_ops, stainherit bool_ops)) |
|
| MAKE_SYSCACHE (STATRELATTINH, pg_statistic_relid_att_inh_index, 128) |
|
| DECLARE_FOREIGN_KEY ((starelid, staattnum), pg_attribute,(attrelid, attnum)) |
|
◆ STATISTIC_NUM_SLOTS
#define STATISTIC_NUM_SLOTS 5 |
◆ Form_pg_statistic
◆ CATALOG()
CATALOG |
( |
pg_statistic |
, |
|
|
2619 |
, |
|
|
StatisticRelationId |
|
|
) |
| |
◆ DECLARE_FOREIGN_KEY()
DECLARE_FOREIGN_KEY |
( |
(starelid, staattnum) |
, |
|
|
pg_attribute |
, |
|
|
(attrelid, attnum) |
|
|
) |
| |
◆ DECLARE_TOAST()
DECLARE_TOAST |
( |
pg_statistic |
, |
|
|
2840 |
, |
|
|
2841 |
|
|
) |
| |
◆ DECLARE_UNIQUE_INDEX_PKEY()
DECLARE_UNIQUE_INDEX_PKEY |
( |
pg_statistic_relid_att_inh_index |
, |
|
|
2696 |
, |
|
|
StatisticRelidAttnumInhIndexId |
, |
|
|
pg_statistic |
, |
|
|
btree(starelid oid_ops, staattnum int2_ops, stainherit bool_ops) |
|
|
) |
| |
◆ MAKE_SYSCACHE()
MAKE_SYSCACHE |
( |
STATRELATTINH |
, |
|
|
pg_statistic_relid_att_inh_index |
, |
|
|
128 |
|
|
) |
| |
◆ FormData_pg_statistic