projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cb4a28
)
Update row count for \? output, used by pager.
author
Bruce Momjian
<bruce@momjian.us>
Wed, 10 Sep 2003 21:35:55 +0000
(21:35 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Wed, 10 Sep 2003 21:35:55 +0000
(21:35 +0000)
src/bin/psql/help.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/help.c
b/src/bin/psql/help.c
index d099b5b27530b83c463847362e69ef38f502dce9..219e5136d2129d651149f174dcbac9d019723e14 100644
(file)
--- 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.7
7 2003/08/04 23:59:40 tgl
Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.7
8 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(6
4
, pager);
+ output = PageOutput(6
7
, pager);
/* if you add/remove a line here, change the row count above */