Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd6a9b4e

Browse files
committed
Update row count for \? output, used by pager.
1 parent9cb4a28 commitd6a9b4e

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-2003, PostgreSQL Global Development Group
55
*
6-
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.77 2003/08/04 23:59:40 tgl Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.78 2003/09/10 21:35:55 momjian Exp $
77
*/
88
#include"postgres_fe.h"
99
#include"common.h"
@@ -163,7 +163,7 @@ slashUsage(unsigned short int pager)
163163
{
164164
FILE*output;
165165

166-
output=PageOutput(64,pager);
166+
output=PageOutput(67,pager);
167167

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp