8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ce5c9 commit 17a814cCopy full SHA for 17a814c
doc/src/sgml/ref/create_function.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.68 2006/09/16 00:30:17 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.69 2006/11/03 07:17:36 tgl Exp $
3
-->
4
5
<refentry id="SQL-CREATEFUNCTION">
@@ -153,6 +153,8 @@ CREATE [ OR REPLACE ] FUNCTION
153
or may reference the type of a table column.
154
Depending on the implementation language it may also be allowed
155
to specify <quote>pseudotypes</> such as <type>cstring</>.
156
+ If the function is not supposed to return a value, specify
157
+ <type>void</> as the return type.
158
</para>
159
<para>
160
When there are <literal>OUT</> or <literal>INOUT</> parameters,
0 commit comments