We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a45cc commit 200e183Copy full SHA for 200e183
src/bin/psql/startup.c
@@ -98,6 +98,7 @@ main(int argc, char **argv)
98
settings.queryFout = stdout;
99
settings.popt.topt.fieldSep = strdup(DEFAULT_FIELD_SEP);
100
settings.popt.topt.border = 1;
101
+ settings.popt.topt.pager = 1;
102
103
SetVariable(settings.vars, "prompt1", DEFAULT_PROMPT1);
104
SetVariable(settings.vars, "prompt2", DEFAULT_PROMPT2);
0 commit comments