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

Commit5b02174

Browse files
committed
Add missing help output for \ef option. Andrew Gierth
1 parent5d7f699 commit5b02174

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/bin/psql/help.c

Lines changed: 3 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.144 2009/03/25 13:15:55 petere Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.145 2009/04/03 23:38:19 tgl 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(85,pager);
165+
output=PageOutput(86,pager);
166166

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

@@ -175,6 +175,7 @@ slashUsage(unsigned short int pager)
175175

176176
fprintf(output,_("Query Buffer\n"));
177177
fprintf(output,_(" \\e [FILE] edit the query buffer (or file) with external editor\n"));
178+
fprintf(output,_(" \\ef [FUNCNAME] edit a function definition with external editor\n"));
178179
fprintf(output,_(" \\p show the contents of the query buffer\n"));
179180
fprintf(output,_(" \\r reset (clear) the query buffer\n"));
180181
#ifdefUSE_READLINE

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp