PostgreSQL Source Code  git master
pg_shseclabel.h File Reference
#include "catalog/genbki.h"
#include "catalog/pg_shseclabel_d.h"
Include dependency graph for pg_shseclabel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef FormData_pg_shseclabelForm_pg_shseclabel
 

Functions

 CATALOG (pg_shseclabel, 3592, SharedSecLabelRelationId) BKI_SHARED_RELATION BKI_ROWTYPE_OID(4066
 
Oid classoid BKI_LOOKUP (pg_class)
 
 DECLARE_TOAST_WITH_MACRO (pg_shseclabel, 4060, 4061, PgShseclabelToastTable, PgShseclabelToastIndex)
 
 DECLARE_UNIQUE_INDEX_PKEY (pg_shseclabel_object_index, 3593, SharedSecLabelObjectIndexId, pg_shseclabel, btree(objoid oid_ops, classoid oid_ops, provider text_ops))
 

Variables

SharedSecLabelRelation_Rowtype_Id BKI_SCHEMA_MACRO
 
 FormData_pg_shseclabel
 

Typedef Documentation

◆ Form_pg_shseclabel

Definition at line 40 of file pg_shseclabel.h.

Function Documentation

◆ BKI_LOOKUP()

Oid classoid BKI_LOOKUP ( pg_class  )

◆ CATALOG()

CATALOG ( pg_shseclabel  ,
3592  ,
SharedSecLabelRelationId   
)

◆ DECLARE_TOAST_WITH_MACRO()

DECLARE_TOAST_WITH_MACRO ( pg_shseclabel  ,
4060  ,
4061  ,
PgShseclabelToastTable  ,
PgShseclabelToastIndex   
)

◆ DECLARE_UNIQUE_INDEX_PKEY()

DECLARE_UNIQUE_INDEX_PKEY ( pg_shseclabel_object_index  ,
3593  ,
SharedSecLabelObjectIndexId  ,
pg_shseclabel  ,
btree(objoid oid_ops, classoid oid_ops, provider text_ops)   
)

Variable Documentation

◆ BKI_SCHEMA_MACRO

SharedSecLabelRelation_Rowtype_Id BKI_SCHEMA_MACRO
Initial value:
{
Oid objoid
unsigned int Oid
Definition: postgres_ext.h:31

Definition at line 28 of file pg_shseclabel.h.

◆ FormData_pg_shseclabel

FormData_pg_shseclabel

Definition at line 38 of file pg_shseclabel.h.