*** pgsql/src/bin/psql/help.c 2009/03/25 13:14:17 1.143 --- pgsql/src/bin/psql/help.c 2009/03/25 13:15:55 1.144 *************** *** 3,9 **** * * Copyright (c) 2000-2009, PostgreSQL Global Development Group * ! * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.142 2009/03/24 12:57:31 petere Exp $ */ #include "postgres_fe.h" --- 3,9 ---- * * 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 $ */ #include "postgres_fe.h" *************** slashUsage(unsigned short int pager) *** 162,168 **** { FILE *output; ! output = PageOutput(78, pager); /* if you add/remove a line here, change the row count above */ --- 162,168 ---- { FILE *output; ! output = PageOutput(85, pager); /* if you add/remove a line here, change the row count above */