PostgreSQL Source Code git master
|
#include "access/attnum.h"
#include "catalog/objectaddress.h"
#include "nodes/nodes.h"
#include "utils/aclchk_internal.h"
Go to the source code of this file.
Data Structures | |
struct | CollectedATSubcmd |
struct | CollectedCommand |
Typedefs | |
typedef enum CollectedCommandType | CollectedCommandType |
typedef struct CollectedATSubcmd | CollectedATSubcmd |
typedef struct CollectedCommand | CollectedCommand |
Enumerations | |
enum | CollectedCommandType { SCT_Simple , SCT_AlterTable , SCT_Grant , SCT_AlterOpFamily , SCT_AlterDefaultPrivileges , SCT_CreateOpClass , SCT_AlterTSConfig } |
typedef struct CollectedATSubcmd CollectedATSubcmd |
typedef struct CollectedCommand CollectedCommand |
typedef enum CollectedCommandType CollectedCommandType |
enum CollectedCommandType |
Enumerator | |
---|---|
SCT_Simple | |
SCT_AlterTable | |
SCT_Grant | |
SCT_AlterOpFamily | |
SCT_AlterDefaultPrivileges | |
SCT_CreateOpClass | |
SCT_AlterTSConfig |
Definition at line 24 of file deparse_utility.h.