Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb4a28 commit d6a9b4eCopy full SHA for d6a9b4e
src/bin/psql/help.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
5
6
- * $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 $
7
*/
8
#include "postgres_fe.h"
9
#include "common.h"
@@ -163,7 +163,7 @@ slashUsage(unsigned short int pager)
163
{
164
FILE *output;
165
166
- output = PageOutput(64, pager);
+ output = PageOutput(67, pager);
167
168
/* if you add/remove a line here, change the row count above */
169
0 commit comments