diff options
Diffstat (limited to 'src/bin/psql/startup.c')
-rw-r--r-- | src/bin/psql/startup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/startup.c b/src/bin/psql/startup.c index b5664dfd1d3..9e6917cbe4b 100644 --- a/src/bin/psql/startup.c +++ b/src/bin/psql/startup.c @@ -129,7 +129,7 @@ main(int argc, char *argv[]) pset.popt.topt.pager = 1; pset.popt.topt.start_table = true; pset.popt.topt.stop_table = true; - pset.popt.default_footer = true; + pset.popt.topt.default_footer = true; /* We must get COLUMNS here before readline() sets it */ pset.popt.topt.env_columns = getenv("COLUMNS") ? atoi(getenv("COLUMNS")) : 0; |