File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
-->
4
4
5
5
<refentry id="SQL-CREATEFUNCTION">
@@ -355,9 +355,15 @@ CREATE [ OR REPLACE ] FUNCTION <replaceable class="parameter">name</replaceable>
355
355
</para>
356
356
357
357
<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 .
360
360
</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
+
361
367
</refsect1>
362
368
363
369
<refsect1 id="sql-createfunction-examples">
You can’t perform that action at this time.
0 commit comments