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