#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, on pg_statistic_ext using btree(oid oid_ops)) |
|
| DECLARE_UNIQUE_INDEX (pg_statistic_ext_name_index, 3997, on pg_statistic_ext using btree(stxname name_ops, stxnamespace oid_ops)) |
|
| DECLARE_INDEX (pg_statistic_ext_relid_index, 3379, on pg_statistic_ext using btree(stxrelid oid_ops)) |
|
| DECLARE_ARRAY_FOREIGN_KEY ((stxrelid, stxkeys), pg_attribute,(attrelid, attnum)) |
|
◆ StatisticExtNameIndexId
#define StatisticExtNameIndexId 3997 |
◆ StatisticExtOidIndexId
#define StatisticExtOidIndexId 3380 |
◆ StatisticExtRelidIndexId
#define StatisticExtRelidIndexId 3379 |
◆ 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 |
, |
|
|
on pg_statistic_ext using |
btreestxrelid oid_ops |
|
) |
| |
◆ DECLARE_TOAST()
DECLARE_TOAST |
( |
pg_statistic_ext |
, |
|
|
3439 |
, |
|
|
3440 |
|
|
) |
| |
◆ DECLARE_UNIQUE_INDEX()
DECLARE_UNIQUE_INDEX |
( |
pg_statistic_ext_name_index |
, |
|
|
3997 |
, |
|
|
on pg_statistic_ext using |
btreestxname name_ops, stxnamespace oid_ops |
|
) |
| |
◆ DECLARE_UNIQUE_INDEX_PKEY()
DECLARE_UNIQUE_INDEX_PKEY |
( |
pg_statistic_ext_oid_index |
, |
|
|
3380 |
, |
|
|
on pg_statistic_ext using |
btreeoid oid_ops |
|
) |
| |
◆ FormData_pg_statistic_ext
FormData_pg_statistic_ext |