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 */