#include "catalog/genbki.h"

Go to the source code of this file.
Defines | |
| #define | SharedSecLabelRelationId 3592 |
| #define | Natts_pg_shseclabel 4 |
| #define | Anum_pg_shseclabel_objoid 1 |
| #define | Anum_pg_shseclabel_classoid 2 |
| #define | Anum_pg_shseclabel_provider 3 |
| #define | Anum_pg_shseclabel_label 4 |
Functions | |
| CATALOG (pg_shseclabel, 3592) BKI_SHARED_RELATION BKI_WITHOUT_OIDS | |
Variables | |
| FormData_pg_shseclabel | |
| #define Anum_pg_shseclabel_classoid 2 |
Definition at line 40 of file pg_shseclabel.h.
Referenced by DeleteSharedSecurityLabel(), GetSharedSecurityLabel(), and SetSharedSecurityLabel().
| #define Anum_pg_shseclabel_label 4 |
Definition at line 42 of file pg_shseclabel.h.
Referenced by GetSharedSecurityLabel(), and SetSharedSecurityLabel().
| #define Anum_pg_shseclabel_objoid 1 |
Definition at line 39 of file pg_shseclabel.h.
Referenced by DeleteSharedSecurityLabel(), GetSharedSecurityLabel(), and SetSharedSecurityLabel().
| #define Anum_pg_shseclabel_provider 3 |
Definition at line 41 of file pg_shseclabel.h.
Referenced by GetSharedSecurityLabel(), and SetSharedSecurityLabel().
| #define Natts_pg_shseclabel 4 |
Definition at line 38 of file pg_shseclabel.h.
| #define SharedSecLabelRelationId 3592 |
Definition at line 21 of file pg_shseclabel.h.
Referenced by DeleteSharedSecurityLabel(), GetSharedSecurityLabel(), IsSharedRelation(), and SetSharedSecurityLabel().
| CATALOG | ( | pg_shseclabel | , | |
| 3592 | ||||
| ) |
Definition at line 23 of file pg_shseclabel.h.
References label.
Definition at line 32 of file pg_shseclabel.h.
1.7.1