8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474cb24 commit de4b655Copy full SHA for de4b655
doc/src/sgml/ref/create_function.sgml
@@ -252,10 +252,10 @@ CREATE [ OR REPLACE ] FUNCTION
252
<listitem>
253
<para>
254
The name of the language that the function is implemented in.
255
- Can be <literal>SQL</literal>, <literal>C</literal>,
+ It can be <literal>sql</literal>, <literal>c</literal>,
256
<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.
+ procedural language, e.g. <literal>plpgsql</literal>. Enclosing the
+ name in single quotes is deprecated and requires matching case.
259
</para>
260
</listitem>
261
</varlistentry>
0 commit comments