summaryrefslogtreecommitdiff
path: root/doc/src/sgml
diff options
context:
space:
mode:
authorNeil Conway2004-09-16 04:16:08 +0000
committerNeil Conway2004-09-16 04:16:08 +0000
commit42c0d1f3cd01ac737b182353934531d1fd382c80 (patch)
treeb7fc7e52edc1f6475d02265a3ea09a90657a75d1 /doc/src/sgml
parent6a2869f64e5a61f003eaced3f521ea0d748d3a50 (diff)
Minor doc tweak: mention that function names can be optionally schema-
qualified.
Diffstat (limited to 'doc/src/sgml')
-rw-r--r--doc/src/sgml/ref/create_function.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml
index 1a8f5e41d8e..d2dcaa71fea 100644
--- a/doc/src/sgml/ref/create_function.sgml
+++ b/doc/src/sgml/ref/create_function.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.59 2004/09/13 20:05:38 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.60 2004/09/16 04:16:08 neilc Exp $
-->
<refentry id="SQL-CREATEFUNCTION">
@@ -83,7 +83,7 @@ CREATE [ OR REPLACE ] FUNCTION <replaceable class="parameter">name</replaceable>
<listitem>
<para>
- The name of a function to create.
+ The name (optionally schema-qualified) of the function to create.
</para>
</listitem>
</varlistentry>