aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2010-03-03 03:23:12 +0000
committerBruce Momjian <bruce@momjian.us>2010-03-03 03:23:12 +0000
commit8b420770b3457d97e608442603f548573afd6bdf (patch)
tree5887c8bd3e90e7c43ad4c562d8e49a09758369ce /doc/src
parentd859b17f0f262c39d9e1041bab75d34e0559e7e5 (diff)
downloadpostgresql-8b420770b3457d97e608442603f548573afd6bdf.tar.gz
postgresql-8b420770b3457d97e608442603f548573afd6bdf.zip
Fix SGML markup.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/create_function.sgml14
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml
index 258ef936ee3..8e3741fa31c 100644
--- a/doc/src/sgml/ref/create_function.sgml
+++ b/doc/src/sgml/ref/create_function.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.92 2010/03/03 03:14:08 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/create_function.sgml,v 1.93 2010/03/03 03:23:12 momjian Exp $
-->
<refentry id="SQL-CREATEFUNCTION">
@@ -50,8 +50,6 @@ CREATE [ OR REPLACE ] FUNCTION
<literal>USAGE</literal> privilege on the language.
</para>
- </para>
-
<para>
If a schema name is included, then the function is created in the
specified schema. Otherwise it is created in the current schema.
@@ -518,12 +516,12 @@ CREATE [ OR REPLACE ] FUNCTION
</variablelist>
- </refsect1>
+ <para>
+ Refer to <xref linkend="xfunc"> for further information on writing
+ functions.
+ </para>
- <para>
- Refer to <xref linkend="xfunc"> for further information on writing
- functions.
- </para>
+ </refsect1>
<refsect1 id="sql-createfunction-overloading">
<title>Overloading</title>