PostgreSQL Source Code
git master
|
Data Fields | |
eary * | tables |
eary * | oids |
eary * | filenumbers |
bool | quiet |
bool | systables |
bool | indexes |
bool | nodb |
bool | extended |
bool | tablespaces |
char * | dbname |
char * | hostname |
char * | port |
char * | username |
const char * | progname |
Definition at line 29 of file oid2name.c.
char* options::dbname |
Definition at line 42 of file oid2name.c.
Referenced by get_opts(), main(), parse_psql_options(), and sql_conn().
bool options::extended |
Definition at line 39 of file oid2name.c.
Referenced by get_opts().
eary* options::filenumbers |
Definition at line 33 of file oid2name.c.
Referenced by get_opts(), and main().
char* options::hostname |
Definition at line 43 of file oid2name.c.
Referenced by get_opts(), and sql_conn().
bool options::indexes |
Definition at line 37 of file oid2name.c.
Referenced by get_opts().
bool options::nodb |
Definition at line 38 of file oid2name.c.
Referenced by get_opts(), and main().
eary* options::oids |
Definition at line 32 of file oid2name.c.
Referenced by get_opts(), and main().
char* options::port |
Definition at line 44 of file oid2name.c.
Referenced by get_opts(), main(), parse_psql_options(), and sql_conn().
const char* options::progname |
Definition at line 46 of file oid2name.c.
Referenced by get_opts(), and sql_conn().
bool options::quiet |
Definition at line 35 of file oid2name.c.
Referenced by get_opts(), and main().
bool options::systables |
Definition at line 36 of file oid2name.c.
Referenced by get_opts().
eary* options::tables |
Definition at line 31 of file oid2name.c.
Referenced by get_opts(), and main().
bool options::tablespaces |
Definition at line 40 of file oid2name.c.
Referenced by get_opts(), and main().
char* options::username |
Definition at line 45 of file oid2name.c.
Referenced by get_opts(), main(), parse_psql_options(), and sql_conn().