PostgreSQL Source Code  git master
adhoc_opts Struct Reference

Data Fields

char * dbname
 
char * host
 
char * port
 
char * username
 
char * logfilename
 
bool no_readline
 
bool no_psqlrc
 
bool single_txn
 
bool list_dbs
 
SimpleActionList actions
 

Detailed Description

Definition at line 66 of file startup.c.

Field Documentation

◆ actions

SimpleActionList adhoc_opts::actions

Definition at line 77 of file startup.c.

◆ dbname

char* adhoc_opts::dbname

Definition at line 68 of file startup.c.

◆ host

char* adhoc_opts::host

Definition at line 69 of file startup.c.

◆ list_dbs

bool adhoc_opts::list_dbs

Definition at line 76 of file startup.c.

◆ logfilename

char* adhoc_opts::logfilename

Definition at line 72 of file startup.c.

◆ no_psqlrc

bool adhoc_opts::no_psqlrc

Definition at line 74 of file startup.c.

◆ no_readline

bool adhoc_opts::no_readline

Definition at line 73 of file startup.c.

◆ port

char* adhoc_opts::port

Definition at line 70 of file startup.c.

◆ single_txn

bool adhoc_opts::single_txn

Definition at line 75 of file startup.c.

◆ username

char* adhoc_opts::username

Definition at line 71 of file startup.c.


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