diff options
| author | Bruce Momjian | 2002-11-08 19:12:21 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2002-11-08 19:12:21 +0000 |
| commit | b26dfbb0e3204c170e7928b7156521fa18b744bf (patch) | |
| tree | c2d9c9cad2ac87267cd2af6936a43797c2b2e32d /src/bin/psql/help.h | |
| parent | c2b716ab6834b40a6ff6e807b7c5344da224fa6e (diff) | |
Here is a patch that does just that, while maintaining the
"traditional" behavior, so the change should be transparent. Use the
command "\pset pager always" to turn it on. Anything else does the
normal toggle between "on" and "off"
Greg Sabino Mullane
Diffstat (limited to 'src/bin/psql/help.h')
| -rw-r--r-- | src/bin/psql/help.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/help.h b/src/bin/psql/help.h index 28a87864661..7b3078dd85d 100644 --- a/src/bin/psql/help.h +++ b/src/bin/psql/help.h @@ -3,14 +3,14 @@ * * Copyright 2000 by PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/psql/help.h,v 1.10 2002/10/23 19:23:57 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/help.h,v 1.11 2002/11/08 19:12:21 momjian Exp $ */ #ifndef HELP_H #define HELP_H void usage(void); -void slashUsage(bool pager); +void slashUsage(unsigned short int pager); void helpSQL(const char *topic, bool pager); |
