mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
docs: improve CREATE FUNCTION docs about language case and quoting
Report from Marc Mamin
This commit is contained in:
parent
474cb24df7
commit
de4b6558be
@ -252,10 +252,10 @@ CREATE [ OR REPLACE ] FUNCTION
|
||||
<listitem>
|
||||
<para>
|
||||
The name of the language that the function is implemented in.
|
||||
Can be <literal>SQL</literal>, <literal>C</literal>,
|
||||
It can be <literal>sql</literal>, <literal>c</literal>,
|
||||
<literal>internal</literal>, or the name of a user-defined
|
||||
procedural language. For backward compatibility,
|
||||
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.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Loading…
Reference in New Issue
Block a user