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

Data Fields

RelFileLocator rlocator
 
Oid reloid
 
bool permanent
 

Detailed Description

Definition at line 105 of file dbcommands.c.

Field Documentation

◆ permanent

bool CreateDBRelInfo::permanent

Definition at line 109 of file dbcommands.c.

◆ reloid

Oid CreateDBRelInfo::reloid

Definition at line 108 of file dbcommands.c.

◆ rlocator

RelFileLocator CreateDBRelInfo::rlocator

Definition at line 107 of file dbcommands.c.


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