at v192 473 B view raw
1diff -Naur postgresql-9.2.7-orig/src/bin/psql/print.h postgresql-9.2.7/src/bin/psql/print.h 2--- postgresql-9.2.7-orig/src/bin/psql/print.h 2014-02-17 14:38:15.000000000 -0500 3+++ postgresql-9.2.7/src/bin/psql/print.h 2014-03-04 14:42:28.874014415 -0500 4@@ -178,7 +178,7 @@ 5 extern const printTextFormat *get_line_style(const printTableOpt *opt); 6 7 #ifndef __CYGWIN__ 8-#define DEFAULT_PAGER "more" 9+#define DEFAULT_PAGER "less" 10 #else 11 #define DEFAULT_PAGER "less" 12 #endif