2008-07-06 17:31:31 +00:00
|
|
|
--- a/src/bin/psql/print.h
|
|
|
|
+++ b/src/bin/psql/print.h
|
2008-02-06 22:38:13 +00:00
|
|
|
@@ -89,10 +89,6 @@
|
2007-04-09 23:25:36 +00:00
|
|
|
|
|
|
|
void setDecimalLocale(void);
|
|
|
|
|
|
|
|
-#ifndef __CYGWIN__
|
|
|
|
-#define DEFAULT_PAGER "more"
|
|
|
|
-#else
|
|
|
|
#define DEFAULT_PAGER "less"
|
|
|
|
-#endif
|
|
|
|
|
|
|
|
#endif /* PRINT_H */
|