Data Fields | |
char * | dbname |
char * | host |
char * | port |
char * | username |
char * | logfilename |
enum _actions | action |
char * | action_string |
bool | no_readline |
bool | no_psqlrc |
bool | single_txn |
Definition at line 59 of file startup.c.
Definition at line 66 of file startup.c.
Referenced by main(), and parse_psql_options().
Definition at line 67 of file startup.c.
Referenced by main(), and parse_psql_options().
char* adhoc_opts::dbname |
Definition at line 61 of file startup.c.
Referenced by main(), and parse_psql_options().
char* adhoc_opts::host |
Definition at line 62 of file startup.c.
Referenced by main(), and parse_psql_options().
char* adhoc_opts::logfilename |
Definition at line 65 of file startup.c.
Referenced by main(), and parse_psql_options().
Definition at line 69 of file startup.c.
Referenced by main(), and parse_psql_options().
Definition at line 68 of file startup.c.
Referenced by main(), and parse_psql_options().
char* adhoc_opts::port |
Definition at line 63 of file startup.c.
Referenced by main(), and parse_psql_options().
Definition at line 70 of file startup.c.
Referenced by main(), and parse_psql_options().
char* adhoc_opts::username |
Definition at line 64 of file startup.c.
Referenced by main(), and parse_psql_options().