diff -ruN postgresql-7.4.7-old/src/bin/psql/print.h postgresql-7.4.7/src/bin/psql/print.h
--- postgresql-7.4.7-old/src/bin/psql/print.h	2003-08-05 09:59:40.000000000 +1000
+++ postgresql-7.4.7/src/bin/psql/print.h	2005-04-19 20:46:03.649875800 +1000
@@ -81,7 +81,7 @@
 void		printQuery(const PGresult *result, const printQueryOpt *opt, FILE *fout);
 
 #ifndef __CYGWIN__
-#define DEFAULT_PAGER "more"
+#define DEFAULT_PAGER "/usr/bin/pager"
 #else
 #define DEFAULT_PAGER "less"
 #endif
