mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
This patch fixes a trivial typo in the CREATE FUNCTION ref page.
Neil Conway
This commit is contained in:
parent
336ebee2c0
commit
73cfa77edd
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$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 $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<refentry id="SQL-CREATEFUNCTION">
|
<refentry id="SQL-CREATEFUNCTION">
|
||||||
@ -364,7 +364,7 @@ CREATE [ OR REPLACE ] FUNCTION <replaceable class="parameter">name</replaceable>
|
|||||||
<title>Examples</title>
|
<title>Examples</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Here is a trivial example to help you get startet. For more
|
Here is a trivial example to help you get started. For more
|
||||||
information and examples, see <xref linkend="xfunc">.
|
information and examples, see <xref linkend="xfunc">.
|
||||||
<programlisting>
|
<programlisting>
|
||||||
CREATE FUNCTION add(integer, integer) RETURNS integer
|
CREATE FUNCTION add(integer, integer) RETURNS integer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user