mirror of
https://github.com/postgres/postgres.git
synced 2026-02-15 08:37:56 -05:00
Fix broken markup.
This commit is contained in:
parent
e184663b24
commit
8562b032d8
1 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.52 2004/12/17 03:51:34 neilc Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.53 2004/12/19 22:10:41 tgl Exp $
|
||||
-->
|
||||
|
||||
<chapter id="plpgsql">
|
||||
|
|
@ -1642,7 +1642,8 @@ END IF;
|
|||
|
||||
<para>
|
||||
<literal>ELSEIF</> is an alias for <literal>ELSIF</>.
|
||||
</para>
|
||||
</para>
|
||||
</sect3>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="plpgsql-control-structures-loops">
|
||||
|
|
|
|||
Loading…
Reference in a new issue