PostgreSQL Source Code: LogicalRepTyp Struct Reference (original) (raw)

#include <[logicalproto.h](logicalproto%5F8h%5Fsource.html)>

Data Fields
Oid remoteid
char * nspname
char * typname

Detailed Description

Definition at line 119 of file logicalproto.h.

Field Documentation

nspname

char* LogicalRepTyp::nspname

Definition at line 122 of file logicalproto.h.

Referenced by logicalrep_read_typ().

remoteid

Oid LogicalRepTyp::remoteid

Definition at line 121 of file logicalproto.h.

Referenced by logicalrep_read_typ().

typname

char* LogicalRepTyp::typname

Definition at line 123 of file logicalproto.h.

Referenced by logicalrep_read_typ().


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