Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit38405e1

Browse files
committed
Update CREATE FUNCTION's on-line help in psql.
1 parent4b82c6d commit38405e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/psql/psqlHelp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Copyright (c) 1994, Regents of the University of California
77
*
8-
* $Id: psqlHelp.h,v 1.62 1999/04/14 23:48:07 tgl Exp $
8+
* $Id: psqlHelp.h,v 1.63 1999/04/18 03:01:49 tgl Exp $
99
*
1010
*-------------------------------------------------------------------------
1111
*/
@@ -88,7 +88,7 @@ static struct _helpStruct QL_HELP[] = {
8888
"create a user-defined function",
8989
"\
9090
\tCREATE FUNCTION function_name ([type1, ...typeN]) RETURNS return_type\n\
91-
\tAS 'object_filename'|'sql-queries'\n\
91+
\tAS 'object_filename'|'sql-queries'|'builtin_function_name'\n\
9292
\tLANGUAGE 'c'|'sql'|'internal';"},
9393
{"create index",
9494
"construct an index",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp