Commit 8b420770 authored by Bruce Momjian's avatar Bruce Momjian

Fix SGML markup.

parent d859b17f
<!-- <!--
$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"> <refentry id="SQL-CREATEFUNCTION">
...@@ -50,8 +50,6 @@ CREATE [ OR REPLACE ] FUNCTION ...@@ -50,8 +50,6 @@ CREATE [ OR REPLACE ] FUNCTION
<literal>USAGE</literal> privilege on the language. <literal>USAGE</literal> privilege on the language.
</para> </para>
</para>
<para> <para>
If a schema name is included, then the function is created in the If a schema name is included, then the function is created in the
specified schema. Otherwise it is created in the current schema. specified schema. Otherwise it is created in the current schema.
...@@ -518,13 +516,13 @@ CREATE [ OR REPLACE ] FUNCTION ...@@ -518,13 +516,13 @@ CREATE [ OR REPLACE ] FUNCTION
</variablelist> </variablelist>
</refsect1>
<para> <para>
Refer to <xref linkend="xfunc"> for further information on writing Refer to <xref linkend="xfunc"> for further information on writing
functions. functions.
</para> </para>
</refsect1>
<refsect1 id="sql-createfunction-overloading"> <refsect1 id="sql-createfunction-overloading">
<title>Overloading</title> <title>Overloading</title>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment