PostgreSQL Source Code  git master
copy_options Struct Reference

Data Fields

char * before_tofrom
 
char * after_tofrom
 
char * file
 
bool program
 
bool psql_inout
 
bool from
 

Detailed Description

Definition at line 53 of file copy.c.

Field Documentation

◆ after_tofrom

char* copy_options::after_tofrom

Definition at line 56 of file copy.c.

Referenced by free_copy_options(), and parse_slash_copy().

◆ before_tofrom

char* copy_options::before_tofrom

Definition at line 55 of file copy.c.

Referenced by free_copy_options(), and parse_slash_copy().

◆ file

char* copy_options::file

Definition at line 57 of file copy.c.

Referenced by free_copy_options(), and parse_slash_copy().

◆ from

bool copy_options::from

Definition at line 60 of file copy.c.

Referenced by parse_slash_copy().

◆ program

bool copy_options::program

Definition at line 58 of file copy.c.

Referenced by parse_slash_copy().

◆ psql_inout

bool copy_options::psql_inout

Definition at line 59 of file copy.c.

Referenced by parse_slash_copy().


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