|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.92 2010/03/03 03:14:08 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.93 2010/03/03 03:23:12 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <refentry id="SQL-CREATEFUNCTION">
|
@@ -50,8 +50,6 @@ CREATE [ OR REPLACE ] FUNCTION
|
50 | 50 | <literal>USAGE</literal> privilege on the language.
|
51 | 51 | </para>
|
52 | 52 |
|
53 |
| - </para> |
54 |
| - |
55 | 53 | <para>
|
56 | 54 | If a schema name is included, then the function is created in the
|
57 | 55 | specified schema. Otherwise it is created in the current schema.
|
@@ -518,12 +516,12 @@ CREATE [ OR REPLACE ] FUNCTION
|
518 | 516 |
|
519 | 517 | </variablelist>
|
520 | 518 |
|
521 |
| - </refsect1> |
| 519 | + <para> |
| 520 | + Refer to <xref linkend="xfunc"> for further information on writing |
| 521 | + functions. |
| 522 | + </para> |
522 | 523 |
|
523 |
| - <para> |
524 |
| - Refer to <xref linkend="xfunc"> for further information on writing |
525 |
| - functions. |
526 |
| - </para> |
| 524 | + </refsect1> |
527 | 525 |
|
528 | 526 | <refsect1 id="sql-createfunction-overloading">
|
529 | 527 | <title>Overloading</title>
|
|