PostgreSQL Source Code
git master
|
Go to the source code of this file.
Typedefs | |
typedef FormData_pg_am * | Form_pg_am |
Functions | |
CATALOG (pg_am, 2601, AccessMethodRelationId) | |
DECLARE_UNIQUE_INDEX (pg_am_name_index, 2651, AmNameIndexId, on pg_am using btree(amname name_ops)) | |
DECLARE_UNIQUE_INDEX_PKEY (pg_am_oid_index, 2652, AmOidIndexId, on pg_am using btree(oid oid_ops)) | |
Variables | |
FormData_pg_am | |
typedef FormData_pg_am* Form_pg_am |
CATALOG | ( | pg_am | , |
2601 | , | ||
AccessMethodRelationId | |||
) |
DECLARE_UNIQUE_INDEX | ( | pg_am_name_index | , |
2651 | , | ||
AmNameIndexId | , | ||
on pg_am using | btreeamname name_ops | ||
) |
DECLARE_UNIQUE_INDEX_PKEY | ( | pg_am_oid_index | , |
2652 | , | ||
AmOidIndexId | , | ||
on pg_am using | btreeoid oid_ops | ||
) |