From de0c3b3e581d40849faa979de82247e4ccb2de2a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 25 Mar 2009 13:15:55 +0000 Subject: [PATCH] Update line count for \? output (obtained from wc -l) --- src/bin/psql/help.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index 190d45ff5d..ee1524dcea 100644 --- 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.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 $ */ #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 */ -- 2.11.0