PostgreSQL Source Code  git master
_param Struct Reference

Data Fields

char * pg_user
 
enum trivalue pg_prompt
 
char * pg_port
 
char * pg_host
 
const char * progname
 
int verbose
 
int dry_run
 
long transaction_limit
 

Detailed Description

Definition at line 41 of file vacuumlo.c.

Field Documentation

◆ dry_run

int _param::dry_run

Definition at line 49 of file vacuumlo.c.

Referenced by main(), and vacuumlo().

◆ pg_host

char* _param::pg_host

Definition at line 46 of file vacuumlo.c.

Referenced by main(), and vacuumlo().

◆ pg_port

char* _param::pg_port

Definition at line 45 of file vacuumlo.c.

Referenced by main(), and vacuumlo().

◆ pg_prompt

enum trivalue _param::pg_prompt

Definition at line 43 of file vacuumlo.c.

Referenced by main(), and vacuumlo().

◆ pg_user

char* _param::pg_user

Definition at line 43 of file vacuumlo.c.

Referenced by main(), and vacuumlo().

◆ progname

const char* _param::progname

Definition at line 47 of file vacuumlo.c.

Referenced by main(), and vacuumlo().

◆ transaction_limit

long _param::transaction_limit

Definition at line 50 of file vacuumlo.c.

Referenced by main(), and vacuumlo().

◆ verbose

int _param::verbose

Definition at line 48 of file vacuumlo.c.

Referenced by main(), and vacuumlo().


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