Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 42c0d1f

Browse files
author
Neil Conway
committed
Minor doc tweak: mention that function names can be optionally schema-
qualified.
1 parent 6a2869f commit 42c0d1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/create_function.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.59 2004/09/13 20:05:38 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.60 2004/09/16 04:16:08 neilc Exp $
33
-->
44

55
<refentry id="SQL-CREATEFUNCTION">
@@ -83,7 +83,7 @@ CREATE [ OR REPLACE ] FUNCTION <replaceable class="parameter">name</replaceable>
8383

8484
<listitem>
8585
<para>
86-
The name of a function to create.
86+
The name (optionally schema-qualified) of the function to create.
8787
</para>
8888
</listitem>
8989
</varlistentry>

0 commit comments

Comments
 (0)