PostgreSQL Source Code  git master
PublicationDesc Struct Reference

#include <pg_publication.h>

Data Fields

PublicationActions pubactions
 
bool rf_valid_for_update
 
bool rf_valid_for_delete
 
bool cols_valid_for_update
 
bool cols_valid_for_delete
 

Detailed Description

Definition at line 80 of file pg_publication.h.

Field Documentation

◆ cols_valid_for_delete

bool PublicationDesc::cols_valid_for_delete

Definition at line 97 of file pg_publication.h.

Referenced by CheckCmdReplicaIdentity(), and RelationBuildPublicationDesc().

◆ cols_valid_for_update

bool PublicationDesc::cols_valid_for_update

Definition at line 96 of file pg_publication.h.

Referenced by CheckCmdReplicaIdentity(), and RelationBuildPublicationDesc().

◆ pubactions

PublicationActions PublicationDesc::pubactions

Definition at line 82 of file pg_publication.h.

Referenced by CheckCmdReplicaIdentity(), and RelationBuildPublicationDesc().

◆ rf_valid_for_delete

bool PublicationDesc::rf_valid_for_delete

Definition at line 90 of file pg_publication.h.

Referenced by CheckCmdReplicaIdentity(), and RelationBuildPublicationDesc().

◆ rf_valid_for_update

bool PublicationDesc::rf_valid_for_update

Definition at line 89 of file pg_publication.h.

Referenced by CheckCmdReplicaIdentity(), and RelationBuildPublicationDesc().


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