aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>1999-04-18 03:01:49 +0000
committerTom Lane <tgl@sss.pgh.pa.us>1999-04-18 03:01:49 +0000
commit38405e18944c50c11c16c68d50ed7d12ca0d54c0 (patch)
tree43bb0b17cd1a6f6fd752d813eddeb992cf3d81fd /src
parent4b82c6d940643b752ce70356c2523f014cf1bff9 (diff)
downloadpostgresql-38405e18944c50c11c16c68d50ed7d12ca0d54c0.tar.gz
postgresql-38405e18944c50c11c16c68d50ed7d12ca0d54c0.zip
Update CREATE FUNCTION's on-line help in psql.
Diffstat (limited to 'src')
-rw-r--r--src/bin/psql/psqlHelp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h
index a8b1623b86c..8e7dac94772 100644
--- a/src/bin/psql/psqlHelp.h
+++ b/src/bin/psql/psqlHelp.h
@@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: psqlHelp.h,v 1.62 1999/04/14 23:48:07 tgl Exp $
+ * $Id: psqlHelp.h,v 1.63 1999/04/18 03:01:49 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -88,7 +88,7 @@ static struct _helpStruct QL_HELP[] = {
"create a user-defined function",
"\
\tCREATE FUNCTION function_name ([type1, ...typeN]) RETURNS return_type\n\
-\tAS 'object_filename'|'sql-queries'\n\
+\tAS 'object_filename'|'sql-queries'|'builtin_function_name'\n\
\tLANGUAGE 'c'|'sql'|'internal';"},
{"create index",
"construct an index",