We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2869f commit 42c0d1fCopy full SHA for 42c0d1f
doc/src/sgml/ref/create_function.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
-->
4
5
<refentry id="SQL-CREATEFUNCTION">
@@ -83,7 +83,7 @@ CREATE [ OR REPLACE ] FUNCTION <replaceable class="parameter">name</replaceable>
83
84
<listitem>
85
<para>
86
- The name of a function to create.
+ The name (optionally schema-qualified) of the function to create.
87
</para>
88
</listitem>
89
</varlistentry>
0 commit comments