PostgreSQL Source Code
git master
|
#include <pg_backup.h>
Data Fields | |
char * | dbname |
char * | pgport |
char * | pghost |
char * | username |
trivalue | promptPassword |
char * | override_dbname |
const char * | dbname |
const char * | pghost |
const char * | pgport |
const char * | pguser |
enum trivalue | prompt_password |
const char * | override_dbname |
Definition at line 81 of file pg_backup.h.
char* _connParams::dbname |
Definition at line 84 of file pg_backup.h.
Referenced by ConnectDatabase(), connectDatabase(), connectMaintenanceDatabase(), dumpOptionsFromRestoreOptions(), and main().
const char* _connParams::dbname |
Definition at line 28 of file connect_utils.h.
char* _connParams::override_dbname |
Definition at line 91 of file pg_backup.h.
Referenced by cluster_all_databases(), ConnectDatabase(), connectDatabase(), main(), ReconnectToServer(), reindex_all_databases(), and vacuum_all_databases().
const char* _connParams::override_dbname |
Definition at line 35 of file connect_utils.h.
char* _connParams::pghost |
Definition at line 86 of file pg_backup.h.
Referenced by ConnectDatabase(), connectDatabase(), dumpOptionsFromRestoreOptions(), and main().
const char* _connParams::pghost |
Definition at line 29 of file connect_utils.h.
char* _connParams::pgport |
Definition at line 85 of file pg_backup.h.
Referenced by ConnectDatabase(), connectDatabase(), dumpOptionsFromRestoreOptions(), and main().
const char* _connParams::pgport |
Definition at line 30 of file connect_utils.h.
const char* _connParams::pguser |
Definition at line 31 of file connect_utils.h.
Referenced by connectDatabase(), and main().
enum trivalue _connParams::prompt_password |
Definition at line 31 of file connect_utils.h.
Referenced by connectDatabase(), and main().
trivalue _connParams::promptPassword |
Definition at line 88 of file pg_backup.h.
Referenced by ConnectDatabase(), dumpOptionsFromRestoreOptions(), and main().
char* _connParams::username |
Definition at line 87 of file pg_backup.h.
Referenced by ConnectDatabase(), dumpOptionsFromRestoreOptions(), and main().