pg_seclabel.h File Reference
Include dependency graph for pg_seclabel.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
CATALOG (pg_seclabel, 3596, SecLabelRelationId)
DECLARE_UNIQUE_INDEX_PKEY (pg_seclabel_object_index, 3597, SecLabelObjectIndexId, pg_seclabel, btree(objoid oid_ops, classoid oid_ops, objsubid int4_ops,
provider text_ops))
Function Documentation
◆ CATALOG()
CATALOG
(
pg_seclabel
,
3596
,
SecLabelRelationId
)
Definition at line 28 of file pg_seclabel.h.
29{
30 Oid objoid;
/* OID of the object itself */
31 Oid classoid
BKI_LOOKUP(pg_class);
/* OID of table containing the
32 * object */
33 int32 objsubid;
/* column number, or 0 if not used */
34
35#ifdef CATALOG_VARLEN /* variable-length fields start here */
38#endif
#define BKI_LOOKUP(catalog)
#define BKI_FORCE_NOT_NULL
References BKI_FORCE_NOT_NULL, BKI_LOOKUP, and label.
◆ DECLARE_TOAST()
DECLARE_TOAST
(
pg_seclabel
,
3598
,
3599
)
◆ DECLARE_UNIQUE_INDEX_PKEY()
DECLARE_UNIQUE_INDEX_PKEY
(
pg_seclabel_object_index
,
3597
,
SecLabelObjectIndexId
,
pg_seclabel
,
btree(objoid oid_ops, classoid oid_ops, objsubid int4_ops,
provider text_ops)
)
Variable Documentation
◆ FormData_pg_seclabel