blob: 1be19699182f4a2d9720485e10f6dd24d1c083bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/src/bin/psql/print.h
+++ b/src/bin/psql/print.h
@@ -179,10 +179,6 @@ extern void printQuery(const PGresult *r
extern void setDecimalLocale(void);
extern const printTextFormat *get_line_style(const printTableOpt *opt);
-#ifndef __CYGWIN__
-#define DEFAULT_PAGER "more"
-#else
#define DEFAULT_PAGER "less"
-#endif
#endif /* PRINT_H */
|