PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_tmplInfo Struct Reference

#include <pg_dump.h>

Data Fields

DumpableObject dobj
 
Oid tmplinit
 
Oid tmpllexize
 

Detailed Description

Definition at line 578 of file pg_dump.h.

Field Documentation

◆ dobj

DumpableObject _tmplInfo::dobj

Definition at line 580 of file pg_dump.h.

Referenced by dumpTSTemplate(), and getTSTemplates().

◆ tmplinit

Oid _tmplInfo::tmplinit

Definition at line 581 of file pg_dump.h.

Referenced by dumpTSTemplate(), and getTSTemplates().

◆ tmpllexize

Oid _tmplInfo::tmpllexize

Definition at line 582 of file pg_dump.h.

Referenced by dumpTSTemplate(), and getTSTemplates().


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