PostgreSQL Source Code  git master
_inhInfo Struct Reference

#include <pg_dump.h>

Data Fields

Oid inhrelid
 
Oid inhparent
 

Detailed Description

Definition at line 518 of file pg_dump.h.

Field Documentation

◆ inhparent

Oid _inhInfo::inhparent

Definition at line 521 of file pg_dump.h.

Referenced by flagInhTables(), and getInherits().

◆ inhrelid

Oid _inhInfo::inhrelid

Definition at line 520 of file pg_dump.h.

Referenced by flagInhTables(), and getInherits().


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