2008-02-06 22:38:13 +00:00
|
|
|
Index: postgresql-8.3.0/src/bin/psql/print.h
|
2007-09-20 15:26:17 +00:00
|
|
|
===================================================================
|
2008-02-06 22:38:13 +00:00
|
|
|
--- postgresql-8.3.0.orig/src/bin/psql/print.h 2008-01-01 13:45:56.000000000 -0600
|
|
|
|
+++ postgresql-8.3.0/src/bin/psql/print.h 2008-02-06 16:29:56.000000000 -0600
|
|
|
|
@@ -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 */
|