#include "catalog/genbki.h"
#include "catalog/pg_policy_d.h"
Go to the source code of this file.
|
| CATALOG (pg_policy, 3256, PolicyRelationId) |
|
| DECLARE_TOAST (pg_policy, 4167, 4168) |
|
| DECLARE_UNIQUE_INDEX_PKEY (pg_policy_oid_index, 3257, PolicyOidIndexId, pg_policy, btree(oid oid_ops)) |
|
| DECLARE_UNIQUE_INDEX (pg_policy_polrelid_polname_index, 3258, PolicyPolrelidPolnameIndexId, pg_policy, btree(polrelid oid_ops, polname name_ops)) |
|
◆ Form_pg_policy
◆ CATALOG()
CATALOG |
( |
pg_policy |
, |
|
|
3256 |
, |
|
|
PolicyRelationId |
|
|
) |
| |
Definition at line 29 of file pg_policy.h.
30{
34
35 char polcmd;
36 bool polpermissive;
37
38#ifdef CATALOG_VARLEN
39
41 pg_node_tree polqual;
42 pg_node_tree polwithcheck;
43#endif
#define BKI_LOOKUP(catalog)
#define BKI_LOOKUP_OPT(catalog)
#define BKI_FORCE_NOT_NULL
References BKI_FORCE_NOT_NULL, BKI_LOOKUP, and BKI_LOOKUP_OPT.
◆ DECLARE_TOAST()
DECLARE_TOAST |
( |
pg_policy |
, |
|
|
4167 |
, |
|
|
4168 |
|
|
) |
| |
◆ DECLARE_UNIQUE_INDEX()
DECLARE_UNIQUE_INDEX |
( |
pg_policy_polrelid_polname_index |
, |
|
|
3258 |
, |
|
|
PolicyPolrelidPolnameIndexId |
, |
|
|
pg_policy |
, |
|
|
btree(polrelid oid_ops, polname name_ops) |
|
|
) |
| |
◆ DECLARE_UNIQUE_INDEX_PKEY()
DECLARE_UNIQUE_INDEX_PKEY |
( |
pg_policy_oid_index |
, |
|
|
3257 |
, |
|
|
PolicyOidIndexId |
, |
|
|
pg_policy |
, |
|
|
btree(oid oid_ops) |
|
|
) |
| |
◆ FormData_pg_policy