about summary refs log tree commit diff
path: root/pkgs/servers/sql/postgresql/patches/less-is-more.patch
blob: a72d1a28f9cea6a8fa6b512963add63d0c9e0272 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/include/fe_utils/print.h
+++ b/src/include/fe_utils/print.h
@@ -18,7 +18,7 @@
 
 /* This is not a particularly great place for this ... */
 #ifndef __CYGWIN__
-#define DEFAULT_PAGER "more"
+#define DEFAULT_PAGER "less"
 #else
 #define DEFAULT_PAGER "less"
 #endif