2007-09-20 15:26:17 +00:00
|
|
|
Index: postgresql-8.2.5/src/bin/psql/print.h
|
|
|
|
===================================================================
|
|
|
|
--- postgresql-8.2.5.orig/src/bin/psql/print.h 2007-09-20 10:18:16.000000000 -0500
|
|
|
|
+++ postgresql-8.2.5/src/bin/psql/print.h 2007-09-20 10:18:17.000000000 -0500
|
2007-04-09 23:25:36 +00:00
|
|
|
@@ -88,10 +88,6 @@
|
|
|
|
|
|
|
|
void setDecimalLocale(void);
|
|
|
|
|
|
|
|
-#ifndef __CYGWIN__
|
|
|
|
-#define DEFAULT_PAGER "more"
|
|
|
|
-#else
|
|
|
|
#define DEFAULT_PAGER "less"
|
|
|
|
-#endif
|
|
|
|
|
|
|
|
#endif /* PRINT_H */
|