We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842f4bc commit de0c3b3Copy full SHA for de0c3b3
src/bin/psql/help.c
@@ -3,7 +3,7 @@
3
*
4
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
5
6
- * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.143 2009/03/25 13:14:17 petere Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.144 2009/03/25 13:15:55 petere Exp $
7
*/
8
#include "postgres_fe.h"
9
@@ -162,7 +162,7 @@ slashUsage(unsigned short int pager)
162
{
163
FILE *output;
164
165
- output = PageOutput(78, pager);
+ output = PageOutput(85, pager);
166
167
/* if you add/remove a line here, change the row count above */
168
0 commit comments