Commit de4b6558 authored by Bruce Momjian's avatar Bruce Momjian

docs: improve CREATE FUNCTION docs about language case and quoting

Report from Marc Mamin
parent 474cb24d
...@@ -252,10 +252,10 @@ CREATE [ OR REPLACE ] FUNCTION ...@@ -252,10 +252,10 @@ CREATE [ OR REPLACE ] FUNCTION
<listitem> <listitem>
<para> <para>
The name of the language that the function is implemented in. 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 <literal>internal</literal>, or the name of a user-defined
procedural language. For backward compatibility, procedural language, e.g. <literal>plpgsql</literal>. Enclosing the
the name can be enclosed by single quotes. name in single quotes is deprecated and requires matching case.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment