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

Commitde4b655

Browse files
committed
docs: improve CREATE FUNCTION docs about language case and quoting
Report from Marc Mamin
1 parent474cb24 commitde4b655

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,10 @@ CREATE [ OR REPLACE ] FUNCTION
252252
<listitem>
253253
<para>
254254
The name of the language that the function is implemented in.
255-
Canbe <literal>SQL</literal>, <literal>C</literal>,
255+
It canbe <literal>sql</literal>, <literal>c</literal>,
256256
<literal>internal</literal>, or the name of a user-defined
257-
procedural language. For backward compatibility,
258-
thenamecan be enclosed by single quotes.
257+
procedural language, e.g. <literal>plpgsql</literal>. Enclosing the
258+
namein single quotes is deprecated and requires matching case.
259259
</para>
260260
</listitem>
261261
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp