update to postgresql 8.2.5 and refresh patches
[packages.git] / libs / postgresql / patches / 800-busybox-default-pager.patch
1 Index: postgresql-8.2.5/src/bin/psql/print.h
2 ===================================================================
3 --- postgresql-8.2.5.orig/src/bin/psql/print.h  2007-09-20 10:18:16.000000000 -0500
4 +++ postgresql-8.2.5/src/bin/psql/print.h       2007-09-20 10:18:17.000000000 -0500
5 @@ -88,10 +88,6 @@
6  
7  void           setDecimalLocale(void);
8  
9 -#ifndef __CYGWIN__
10 -#define DEFAULT_PAGER "more"
11 -#else
12  #define DEFAULT_PAGER "less"
13 -#endif
14  
15  #endif   /* PRINT_H */