projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cdc0ab
)
Update CREATE FUNCTION's on-line help in psql.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 18 Apr 1999 03:01:49 +0000
(
03:01
+0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 18 Apr 1999 03:01:49 +0000
(
03:01
+0000)
src/bin/psql/psqlHelp.h
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/psqlHelp.h
b/src/bin/psql/psqlHelp.h
index e15dcae7f667ff5d5f3ac74872b73574796c962b..0ca6a3b6cc16cc81c582511c7c6abe803a208f63 100644
(file)
--- a/
src/bin/psql/psqlHelp.h
+++ b/
src/bin/psql/psqlHelp.h
@@
-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",