Happened to notice this while looking for something else; the \ef
command appears to be missing from \? output. Suggested patch below.

-- 
Andrew (irc:RhodiumToad)

Index: src/bin/psql/help.c
===================================================================
RCS file: /projects/cvsroot/pgsql/src/bin/psql/help.c,v
retrieving revision 1.144
diff -c -r1.144 help.c
*** src/bin/psql/help.c	25 Mar 2009 13:15:55 -0000	1.144
--- src/bin/psql/help.c	3 Apr 2009 04:16:51 -0000
***************
*** 175,180 ****
--- 175,181 ----
  
  	fprintf(output, _("Query Buffer\n"));
  	fprintf(output, _("  \\e [FILE]              edit the query buffer (or file) with external editor\n"));
+ 	fprintf(output, _("  \\ef [FUNCNAME]         edit a function definition with external editor\n"));
  	fprintf(output, _("  \\p                     show the contents of the query buffer\n"));
  	fprintf(output, _("  \\r                     reset (clear) the query buffer\n"));
  #ifdef USE_READLINE
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to