|
PostgreSQL Source Code git master
|
Data Fields | |
| char * | before_tofrom |
| char * | after_tofrom |
| char * | file |
| bool | program |
| bool | psql_inout |
| bool | from |
| char* copy_options::after_tofrom |
Definition at line 56 of file copy.c.
Referenced by free_copy_options(), and parse_slash_copy().
| char* copy_options::before_tofrom |
Definition at line 55 of file copy.c.
Referenced by free_copy_options(), and parse_slash_copy().
| char* copy_options::file |
Definition at line 57 of file copy.c.
Referenced by free_copy_options(), and parse_slash_copy().
| bool copy_options::from |
Definition at line 60 of file copy.c.
Referenced by parse_slash_copy().
| bool copy_options::program |
Definition at line 58 of file copy.c.
Referenced by parse_slash_copy().
| bool copy_options::psql_inout |
Definition at line 59 of file copy.c.
Referenced by parse_slash_copy().