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

Data Fields

earytables
 
earyoids
 
earyfilenumbers
 
bool quiet
 
bool systables
 
bool indexes
 
bool nodb
 
bool extended
 
bool tablespaces
 
chardbname
 
charhostname
 
charport
 
charusername
 
const charprogname
 

Detailed Description

Definition at line 29 of file oid2name.c.

Field Documentation

◆ dbname

char* options::dbname

Definition at line 42 of file oid2name.c.

Referenced by main(), and parse_psql_options().

◆ extended

bool options::extended

Definition at line 39 of file oid2name.c.

◆ filenumbers

eary* options::filenumbers

Definition at line 33 of file oid2name.c.

◆ hostname

char* options::hostname

Definition at line 43 of file oid2name.c.

◆ indexes

bool options::indexes

Definition at line 37 of file oid2name.c.

◆ nodb

bool options::nodb

Definition at line 38 of file oid2name.c.

◆ oids

eary* options::oids

Definition at line 32 of file oid2name.c.

◆ port

char* options::port

Definition at line 44 of file oid2name.c.

Referenced by main(), and parse_psql_options().

◆ progname

const char* options::progname

Definition at line 46 of file oid2name.c.

◆ quiet

bool options::quiet

Definition at line 35 of file oid2name.c.

◆ systables

bool options::systables

Definition at line 36 of file oid2name.c.

◆ tables

eary* options::tables

Definition at line 31 of file oid2name.c.

◆ tablespaces

bool options::tablespaces

Definition at line 40 of file oid2name.c.

◆ username

char* options::username

Definition at line 45 of file oid2name.c.

Referenced by main(), and parse_psql_options().


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