Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b82c6d commit 38405e1Copy full SHA for 38405e1
src/bin/psql/psqlHelp.h
@@ -5,7 +5,7 @@
5
*
6
* Copyright (c) 1994, Regents of the University of California
7
8
- * $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 $
9
10
*-------------------------------------------------------------------------
11
*/
@@ -88,7 +88,7 @@ static struct _helpStruct QL_HELP[] = {
88
"create a user-defined function",
89
"\
90
\tCREATE FUNCTION function_name ([type1, ...typeN]) RETURNS return_type\n\
91
-\tAS 'object_filename'|'sql-queries'\n\
+\tAS 'object_filename'|'sql-queries'|'builtin_function_name'\n\
92
\tLANGUAGE 'c'|'sql'|'internal';"},
93
{"create index",
94
"construct an index",
0 commit comments