git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b80b384)
Add mention of quotes on function body to NOTES section.
2003年10月26日 04:34:05 +0000 (04:34 +0000)
2003年10月26日 04:34:05 +0000 (04:34 +0000)
Oliver Elphick


diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml
index ec458e519757240e50adb158c21f9dafba633906..d094e3970ef92477bc2e59073769f2dd9689d357 100644 (file)
--- a/doc/src/sgml/ref/create_function.sgml
+++ b/doc/src/sgml/ref/create_function.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.52 2003年09月11日 21:42:20 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.53 2003年10月26日 04:34:05 momjian Exp $
-->
<refentry id="SQL-CREATEFUNCTION">
@@ -355,9 +355,15 @@ CREATE [ OR REPLACE ] FUNCTION <replaceable class="parameter">name</replaceable>
</para>
<para>
- To be able to define a function, the user must have the
- <literal>USAGE</literal> privilege on the language.
+ Any single quotes or backslashes in the function definition must be
+ escaped by doubling them.
</para>
+
+ <para>
+ To be able to define a function, the user must have the
+ <literal>USAGE</literal> privilege on the language.
+ </para>
+
</refsect1>
<refsect1 id="sql-createfunction-examples">
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /