PostgreSQL Source Code git master
Loading...
Searching...
No Matches
Subscription Struct Reference

#include <pg_subscription.h>

Data Fields

Oid oid
 
Oid dbid
 
XLogRecPtr skiplsn
 
charname
 
Oid owner
 
bool ownersuperuser
 
bool enabled
 
bool binary
 
char stream
 
char twophasestate
 
bool disableonerr
 
bool passwordrequired
 
bool runasowner
 
bool failover
 
bool retaindeadtuples
 
int32 maxretention
 
bool retentionactive
 
charconninfo
 
charslotname
 
charsynccommit
 
Listpublications
 
charorigin
 

Detailed Description

Definition at line 121 of file pg_subscription.h.

Field Documentation

◆ binary

bool Subscription::binary

◆ conninfo

◆ dbid

Oid Subscription::dbid

◆ disableonerr

bool Subscription::disableonerr

◆ enabled

◆ failover

bool Subscription::failover

Definition at line 142 of file pg_subscription.h.

Referenced by GetSubscription(), and LogicalRepSyncTableStart().

◆ maxretention

◆ name

◆ oid

◆ origin

◆ owner

Oid Subscription::owner

◆ ownersuperuser

◆ passwordrequired

◆ publications

◆ retaindeadtuples

◆ retentionactive

◆ runasowner

◆ skiplsn

XLogRecPtr Subscription::skiplsn

◆ slotname

◆ stream

char Subscription::stream

◆ synccommit

char* Subscription::synccommit

◆ twophasestate


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