1diff -Naur postgresql-9.6.1-orig/src/include/fe_utils/print.h postgresql-9.6.1/src/include/fe_utils/print.h
2--- postgresql-9.6.1-orig/src/include/fe_utils/print.h 2016-11-22 21:39:29.148932827 +0100
3+++ postgresql-9.6.1/src/include/fe_utils/print.h 2016-11-22 21:39:36.283626258 +0100
4@@ -18,7 +18,7 @@
5
6 /* This is not a particularly great place for this ... */
7 #ifndef __CYGWIN__
8-#define DEFAULT_PAGER "more"
9+#define DEFAULT_PAGER "less"
10 #else
11 #define DEFAULT_PAGER "less"
12 #endif