Skip to content

Commit de0c3b3

Browse files
committed
Update line count for \? output (obtained from wc -l)
1 parent 842f4bc commit de0c3b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/help.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.143 2009/03/25 13:14:17 petere Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.144 2009/03/25 13:15:55 petere Exp $
77
*/
88
#include "postgres_fe.h"
99

@@ -162,7 +162,7 @@ slashUsage(unsigned short int pager)
162162
{
163163
FILE *output;
164164

165-
output = PageOutput(78, pager);
165+
output = PageOutput(85, pager);
166166

167167
/* if you add/remove a line here, change the row count above */
168168

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy