PostgreSQL Source Code  git master
options Struct Reference

Data Fields

earytables
 
earyoids
 
earyfilenumbers
 
bool quiet
 
bool systables
 
bool indexes
 
bool nodb
 
bool extended
 
bool tablespaces
 
char * dbname
 
char * hostname
 
char * port
 
char * username
 
const char * progname
 

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 get_opts(), main(), parse_psql_options(), and sql_conn().

◆ extended

bool options::extended

Definition at line 39 of file oid2name.c.

Referenced by get_opts().

◆ filenumbers

eary* options::filenumbers

Definition at line 33 of file oid2name.c.

Referenced by get_opts(), and main().

◆ hostname

char* options::hostname

Definition at line 43 of file oid2name.c.

Referenced by get_opts(), and sql_conn().

◆ indexes

bool options::indexes

Definition at line 37 of file oid2name.c.

Referenced by get_opts().

◆ nodb

bool options::nodb

Definition at line 38 of file oid2name.c.

Referenced by get_opts(), and main().

◆ oids

eary* options::oids

Definition at line 32 of file oid2name.c.

Referenced by get_opts(), and main().

◆ port

char* options::port

Definition at line 44 of file oid2name.c.

Referenced by get_opts(), main(), parse_psql_options(), and sql_conn().

◆ progname

const char* options::progname

Definition at line 46 of file oid2name.c.

Referenced by get_opts(), and sql_conn().

◆ quiet

bool options::quiet

Definition at line 35 of file oid2name.c.

Referenced by get_opts(), and main().

◆ systables

bool options::systables

Definition at line 36 of file oid2name.c.

Referenced by get_opts().

◆ tables

eary* options::tables

Definition at line 31 of file oid2name.c.

Referenced by get_opts(), and main().

◆ tablespaces

bool options::tablespaces

Definition at line 40 of file oid2name.c.

Referenced by get_opts(), and main().

◆ username

char* options::username

Definition at line 45 of file oid2name.c.

Referenced by get_opts(), main(), parse_psql_options(), and sql_conn().


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