Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit eb1c22c

Browse files
committed
Add mention of quotes on function body to NOTES section.
Oliver Elphick
1 parent b80b384 commit eb1c22c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

doc/src/sgml/ref/create_function.sgml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.52 2003/09/11 21:42:20 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.53 2003/10/26 04:34:05 momjian Exp $
33
-->
44

55
<refentry id="SQL-CREATEFUNCTION">
@@ -355,9 +355,15 @@ CREATE [ OR REPLACE ] FUNCTION <replaceable class="parameter">name</replaceable>
355355
</para>
356356

357357
<para>
358-
To be able to define a function, the user must have the
359-
<literal>USAGE</literal> privilege on the language.
358+
Any single quotes or backslashes in the function definition must be
359+
escaped by doubling them.
360360
</para>
361+
362+
<para>
363+
To be able to define a function, the user must have the
364+
<literal>USAGE</literal> privilege on the language.
365+
</para>
366+
361367
</refsect1>
362368

363369
<refsect1 id="sql-createfunction-examples">

0 commit comments

Comments
 (0)