8000 Make pager on by default. · postgrespro/postgres_cluster@200e183 · GitHub
[go: up one dir, main page]

Skip to content

Commit 200e183

Browse files
committed
Make pager on by default.
1 parent f0a45cc commit 200e183

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/psql/startup.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ main(int argc, char **argv)
9898
settings.queryFout = stdout;
9999
settings.popt.topt.fieldSep = strdup(DEFAULT_FIELD_SEP);
100100
settings.popt.topt.border = 1;
101+
settings.popt.topt.pager = 1;
101102

102103
SetVariable(settings.vars, "prompt1", DEFAULT_PROMPT1);
103104
SetVariable(settings.vars, "prompt2", DEFAULT_PROMPT2);

0 commit comments

Comments
 (0)
0