PostgreSQL Source Code  git master
ReplicaIdentityStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char identity_type
 
char * name
 

Detailed Description

Definition at line 2426 of file parsenodes.h.

Field Documentation

◆ identity_type

char ReplicaIdentityStmt::identity_type

Definition at line 2429 of file parsenodes.h.

◆ name

char* ReplicaIdentityStmt::name

Definition at line 2430 of file parsenodes.h.

◆ type

NodeTag ReplicaIdentityStmt::type

Definition at line 2428 of file parsenodes.h.


The documentation for this struct was generated from the following file: