8000 Fix SGML markup. · postgrespro/postgres_cluster@8b42077 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8b42077

Browse files
committed
Fix SGML markup.
1 parent d859b17 commit 8b42077

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

doc/src/sgml/ref/create_function.sgml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
-->
44

55
<refentry id="SQL-CREATEFUNCTION">
@@ -50,8 +50,6 @@ CREATE [ OR REPLACE ] FUNCTION
5050
<literal>USAGE</literal> privilege on the language.
5151
</para>
5252

53-
</para>
54-
5553
<para>
5654
If a schema name is included, then the function is created in the
5755
specified schema. Otherwise it is created in the current schema.
@@ -518,12 +516,12 @@ CREATE [ OR REPLACE ] FUNCTION
518516

519517
</variablelist>
520518

521-
</refsect1>
519+
<para>
520+
Refer to <xref linkend="xfunc"> for further information on writing
521+
functions.
522+
</para>
522523

523-
<para>
524-
Refer to <xref linkend="xfunc"> for further information on writing
525-
functions.
526-
</para>
524+
</refsect1>
527525

528526
<refsect1 id="sql-createfunction-overloading">
529527
<title>Overloading</title>

0 commit comments

Comments
 (0)
0