|
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 83 of file pg_backup.h.
| char* _connParams::dbname |
Definition at line 86 of file pg_backup.h.
Referenced by connectDatabase(), ConnectDatabaseAhx(), connectMaintenanceDatabase(), dumpOptionsFromRestoreOptions(), main(), and vacuuming_main().
| const char* _connParams::dbname |
Definition at line 28 of file connect_utils.h.
| char* _connParams::override_dbname |
Definition at line 93 of file pg_backup.h.
Referenced by cluster_all_databases(), connectDatabase(), ConnectDatabaseAhx(), 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 88 of file pg_backup.h.
Referenced by connectDatabase(), ConnectDatabaseAhx(), dumpOptionsFromRestoreOptions(), and main().
| const char* _connParams::pghost |
Definition at line 29 of file connect_utils.h.
| char* _connParams::pgport |
Definition at line 87 of file pg_backup.h.
Referenced by connectDatabase(), ConnectDatabaseAhx(), 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 32 of file connect_utils.h.
Referenced by connectDatabase(), and main().
| trivalue _connParams::promptPassword |
Definition at line 90 of file pg_backup.h.
Referenced by ConnectDatabaseAhx(), dumpOptionsFromRestoreOptions(), and main().
| char* _connParams::username |
Definition at line 89 of file pg_backup.h.
Referenced by ConnectDatabaseAhx(), dumpOptionsFromRestoreOptions(), and main().