projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
842f4bc
)
Update line count for \? output (obtained from wc -l)
author
Peter Eisentraut
<peter_e@gmx.net>
Wed, 25 Mar 2009 13:15:55 +0000
(13:15 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Wed, 25 Mar 2009 13:15:55 +0000
(13:15 +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 190d45ff5d4d9bac8ec5616b0a15f168b66dd4a6..ee1524dcea54d00493cddc8d384abe996b4398c4 100644
(file)
--- a/
src/bin/psql/help.c
+++ b/
src/bin/psql/help.c
@@
-3,7
+3,7
@@
*
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.14
3 2009/03/25 13:14:17
petere Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.14
4 2009/03/25 13:15:55
petere Exp $
*/
#include "postgres_fe.h"
@@
-162,7
+162,7
@@
slashUsage(unsigned short int pager)
{
FILE *output;
- output = PageOutput(
78
, pager);
+ output = PageOutput(
85
, pager);
/* if you add/remove a line here, change the row count above */