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