PostgreSQL Source Code  git master
deparse_utility.h File Reference
Include dependency graph for deparse_utility.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ CollectedATSubcmd

◆ CollectedCommand

◆ CollectedCommandType

Enumeration Type Documentation

◆ 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.

25 {
26  SCT_Simple,
28  SCT_Grant,
CollectedCommandType
@ SCT_Simple
@ SCT_AlterTSConfig
@ SCT_AlterDefaultPrivileges
@ SCT_Grant
@ SCT_CreateOpClass
@ SCT_AlterOpFamily
@ SCT_AlterTable