File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
*
4
4
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
5
5
*
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 $
7
7
*/
8
8
#include "postgres_fe.h"
9
9
@@ -162,7 +162,7 @@ slashUsage(unsigned short int pager)
162
162
{
163
163
FILE * output ;
164
164
165
- output = PageOutput (85 , pager );
165
+ output = PageOutput (86 , pager );
166
166
167
167
/* if you add/remove a line here, change the row count above */
168
168
@@ -175,6 +175,7 @@ slashUsage(unsigned short int pager)
175
175
176
176
fprintf (output , _ ("Query Buffer\n" ));
177
177
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" ));
178
179
fprintf (output , _ (" \\p show the contents of the query buffer\n" ));
179
180
fprintf (output , _ (" \\r reset (clear) the query buffer\n" ));
180
181
#ifdef USE_READLINE
You can’t perform that action at this time.
0 commit comments