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

Commit4f1490c

Browse files
committed
Update CREATE FUNCTION documentation about argument names
More languages than PL/pgSQL actually support parameter names.
1 parent4228bde commit4f1490c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/ref/create_function.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ CREATE [ OR REPLACE ] FUNCTION
129129

130130
<listitem>
131131
<para>
132-
The name of an argument. Some languages (currently onlyPL/pgSQL) let
132+
The name of an argument. Some languages (includingPL/pgSQL, but currently not SQL) let
133133
you use the name in the function body. For other languages the
134134
name of an input argument is just extra documentation, so far as
135135
the function itself is concerned; but you can use input argument names

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp