Skip to content

Commit de4b655

Browse files
committed
docs: improve CREATE FUNCTION docs about language case and quoting
Report from Marc Mamin
1 parent 474cb24 commit de4b655

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-
Can be <literal>SQL</literal>, <literal>C</literal>,
255+
It can be <literal>sql</literal>, <literal>c</literal>,
256256
<literal>internal</literal>, or the name of a user-defined
257-
procedural language. For backward compatibility,
258-
the name can be enclosed by single quotes.
257+
procedural language, e.g. <literal>plpgsql</literal>. Enclosing the
258+
name in single quotes is deprecated and requires matching case.
259259
</para>
260260
</listitem>
261261
</varlistentry>

0 commit comments

Comments
 (0)