postgresql: import from oldpackages, add myself as maintainer, add license information, update to v9.0.17

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
Jo-Philipp Wich
2014-07-02 12:42:28 +02:00
parent 092733f241
commit 022ce86177
5 changed files with 375 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
--- a/src/bin/psql/print.h
+++ b/src/bin/psql/print.h
@@ -171,10 +171,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 */