aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-09-10 21:35:55 +0000
committerBruce Momjian <bruce@momjian.us>2003-09-10 21:35:55 +0000
commitd6a9b4e0b5d04b90d02fe70b7765b4c8ff09d880 (patch)
tree2c659ee838ba28efc3f6e18cd1f7c1ce8f7b8f58 /src
parent9cb4a28f471eed8095b49f40607b340550532254 (diff)
downloadpostgresql-d6a9b4e0b5d04b90d02fe70b7765b4c8ff09d880.tar.gz
postgresql-d6a9b4e0b5d04b90d02fe70b7765b4c8ff09d880.zip
Update row count for \? output, used by pager.
Diffstat (limited to 'src')
-rw-r--r--src/bin/psql/help.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c
index d099b5b2753..219e5136d21 100644
--- a/src/bin/psql/help.c
+++ b/src/bin/psql/help.c
@@ -3,7 +3,7 @@
*
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
*
- * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.77 2003/08/04 23:59:40 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.78 2003/09/10 21:35:55 momjian Exp $
*/
#include "postgres_fe.h"
#include "common.h"
@@ -163,7 +163,7 @@ slashUsage(unsigned short int pager)
{
FILE *output;
- output = PageOutput(64, pager);
+ output = PageOutput(67, pager);
/* if you add/remove a line here, change the row count above */