|
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,theusermusthave the |
359 |
| -<literal>USAGE</literal> privilege on the language. |
| 358 | +Any single quotes or backslashes inthefunction definitionmustbe |
| 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">
|
|