Header And Logo

PostgreSQL
| The world's most advanced open source database.

Defines | Functions | Variables

pg_shseclabel.h File Reference

#include "catalog/genbki.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.

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 Documentation

#define Anum_pg_shseclabel_classoid   2
#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
#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

Function Documentation

CATALOG ( pg_shseclabel  ,
3592   
)

Definition at line 23 of file pg_shseclabel.h.

References label.

{
    Oid         objoid;         /* OID of the shared object itself */
    Oid         classoid;       /* OID of table containing the shared object */

#ifdef CATALOG_VARLEN           /* variable-length fields start here */
    text        provider;       /* name of label provider */
    text        label;          /* security label of the object */
#endif
} FormData_pg_shseclabel;


Variable Documentation

Definition at line 32 of file pg_shseclabel.h.