Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteb1c22c

Browse files
committed
Add mention of quotes on function body to NOTES section.
Oliver Elphick
1 parentb80b384 commiteb1c22c

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

[8]ページ先頭

©2009-2025 Movatter.jp