mirror of https://github.com/postgres/postgres
Fix broken markup.
This commit is contained in:
parent
d14147de77
commit
fe61b6cc4a
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.27 2001/10/31 20:37:39 petere Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.28 2001/11/01 04:48:00 tgl Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ecpg">
|
||||
|
@ -609,13 +609,13 @@ struct sqlca
|
|||
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>exec sql deallocate</></term>
|
||||
<literal>exec sql deallocate</>
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>SQLSTATE</></term>
|
||||
<literal>SQLSTATE</>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
@ -874,7 +874,7 @@ exec sql disconnect [<replaceable>connection target</replaceable>];
|
|||
|
||||
<listitem>
|
||||
<simpara>
|
||||
<term>all</term>
|
||||
<literal>all</literal>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
Loading…
Reference in New Issue