Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

_psqlSettings Struct Reference

#include <settings.h>

Data Fields

PGconndb
int encoding
FILE * queryFout
bool queryFoutPipe
printQueryOpt popt
char * gfname
char * gset_prefix
bool notty
enum trivalue getPassword
FILE * cur_cmd_source
bool cur_cmd_interactive
int sversion
const char * progname
char * inputfile
char * dirname
uint64 lineno
bool timing
FILE * logfile
VariableSpace vars
bool autocommit
bool on_error_stop
bool quiet
bool singleline
bool singlestep
int fetch_count
PSQL_ECHO echo
PSQL_ECHO_HIDDEN echo_hidden
PSQL_ERROR_ROLLBACK on_error_rollback
HistControl histcontrol
const char * prompt1
const char * prompt2
const char * prompt3
PGVerbosity verbosity

Detailed Description

Definition at line 66 of file settings.h.


Field Documentation

Definition at line 102 of file settings.h.

Referenced by autocommit_hook(), fail_lo_xact(), finish_lo_xact(), PSQLexec(), and SendQuery().

Definition at line 83 of file settings.h.

Referenced by CheckConnection(), do_connect(), HandleSlashCmds(), main(), MainLoop(), and SendQuery().

Definition at line 81 of file settings.h.

Referenced by do_copy(), handleCopyIn(), main(), MainLoop(), and ProcessResult().

Definition at line 87 of file settings.h.

Referenced by exec_command().

Definition at line 108 of file settings.h.

Referenced by echo_hook(), main(), MainLoop(), and SendQuery().

Definition at line 109 of file settings.h.

Referenced by echo_hidden_hook(), and PSQLexec().

Definition at line 107 of file settings.h.

Referenced by ExecQueryUsingCursor(), fetch_count_hook(), and SendQuery().

Definition at line 80 of file settings.h.

Referenced by do_connect(), main(), and parse_psql_options().

Definition at line 75 of file settings.h.

Referenced by exec_command(), ExecQueryUsingCursor(), PrintQueryTuples(), and SendQuery().

Definition at line 111 of file settings.h.

Referenced by histcontrol_hook(), and pg_send_history().

Definition at line 86 of file settings.h.

Referenced by exec_command(), process_file(), and psql_error().

Definition at line 89 of file settings.h.

Referenced by handleCopyIn(), MainLoop(), and psql_error().

Definition at line 78 of file settings.h.

Referenced by connection_warnings(), do_connect(), main(), and MainLoop().

Definition at line 110 of file settings.h.

Referenced by on_error_rollback_hook(), and SendQuery().

Definition at line 103 of file settings.h.

Referenced by MainLoop(), on_error_stop_hook(), and process_file().

Definition at line 112 of file settings.h.

Referenced by get_prompt(), and prompt1_hook().

Definition at line 113 of file settings.h.

Referenced by get_prompt(), and prompt2_hook().

Definition at line 114 of file settings.h.

Referenced by get_prompt(), and prompt3_hook().

Definition at line 71 of file settings.h.

Referenced by ExecQueryUsingCursor(), main(), PrintQueryTuples(), and setQFout().

Definition at line 105 of file settings.h.

Referenced by get_prompt(), MainLoop(), and singleline_hook().

Definition at line 106 of file settings.h.

Referenced by SendQuery(), and singlestep_hook().

Definition at line 91 of file settings.h.

Referenced by exec_command(), ExecQueryUsingCursor(), SendQuery(), and slashUsage().

Definition at line 115 of file settings.h.

Referenced by SyncVariables(), and verbosity_hook().


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