You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
349 B

  1. --- a/src/bin/psql/print.h
  2. +++ b/src/bin/psql/print.h
  3. @@ -171,10 +171,6 @@ extern void printQuery(const PGresult *r
  4. extern void setDecimalLocale(void);
  5. extern const printTextFormat *get_line_style(const printTableOpt *opt);
  6. -#ifndef __CYGWIN__
  7. -#define DEFAULT_PAGER "more"
  8. -#else
  9. #define DEFAULT_PAGER "less"
  10. -#endif
  11. #endif /* PRINT_H */