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 336ebee commit 73cfa77Copy full SHA for 73cfa77
doc/src/sgml/ref/create_function.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.50 2003/09/09 18:28:52 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.51 2003/09/10 20:13:45 momjian Exp $
3
-->
4
5
<refentry id="SQL-CREATEFUNCTION">
@@ -364,7 +364,7 @@ CREATE [ OR REPLACE ] FUNCTION <replaceable class="parameter">name</replaceable>
364
<title>Examples</title>
365
366
<para>
367
- Here is a trivial example to help you get startet. For more
+ Here is a trivial example to help you get started. For more
368
information and examples, see <xref linkend="xfunc">.
369
<programlisting>
370
CREATE FUNCTION add(integer, integer) RETURNS integer
0 commit comments