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

#include <pg_dump.h>

Data Fields

Oid inhrelid
 
Oid inhparent
 

Detailed Description

Definition at line 549 of file pg_dump.h.

Field Documentation

◆ inhparent

Oid _inhInfo::inhparent

Definition at line 552 of file pg_dump.h.

Referenced by flagInhTables(), and getInherits().

◆ inhrelid

Oid _inhInfo::inhrelid

Definition at line 551 of file pg_dump.h.

Referenced by flagInhTables(), and getInherits().


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