diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/psql/print.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/psql/print.h b/src/bin/psql/print.h index 868fcddf9c5..005ba15e983 100644 --- a/src/bin/psql/print.h +++ b/src/bin/psql/print.h @@ -152,7 +152,6 @@ typedef struct printQueryOpt { printTableOpt topt; /* the options above */ char *nullPrint; /* how to print null entities */ - bool quote; /* quote all values as much as possible */ char *title; /* override title */ char **footers; /* override footer (default is "(xx rows)") */ bool translate_header; /* do gettext on column headers */ |