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 2508 of file parsenodes.h.

Field Documentation

◆ identity_type

char ReplicaIdentityStmt::identity_type

Definition at line 2511 of file parsenodes.h.

◆ name

char* ReplicaIdentityStmt::name

Definition at line 2512 of file parsenodes.h.

◆ type

NodeTag ReplicaIdentityStmt::type

Definition at line 2510 of file parsenodes.h.


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