mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
More markup fixes
This commit is contained in:
parent
d45c0794df
commit
4f268b01cd
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.27 2001/04/30 22:21:22 tgl Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.28 2001/05/01 10:48:57 petere Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="libpqplusplus">
|
<chapter id="libpqplusplus">
|
||||||
@ -356,6 +356,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.27 2001/04/30 22:21:
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 id="libpqpp-exec-select-info">
|
<sect2 id="libpqpp-exec-select-info">
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.61 2001/04/30 22:21:22 tgl Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.62 2001/05/01 10:48:57 petere Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="libpq">
|
<chapter id="libpq">
|
||||||
@ -696,6 +696,8 @@ SSL *PQgetssl(const PGconn *conn);
|
|||||||
Once a connection to a database server has been successfully
|
Once a connection to a database server has been successfully
|
||||||
established, the functions described here are used to perform
|
established, the functions described here are used to perform
|
||||||
SQL queries and commands.
|
SQL queries and commands.
|
||||||
|
</para>
|
||||||
|
|
||||||
<sect2 id="libpq-exec-main">
|
<sect2 id="libpq-exec-main">
|
||||||
<title>Main Routines</title>
|
<title>Main Routines</title>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
@ -731,6 +733,7 @@ definition of struct PGresult is not even provided in libpq-fe.h. If you
|
|||||||
have old code that accesses PGresult fields directly, you can keep using it
|
have old code that accesses PGresult fields directly, you can keep using it
|
||||||
by including libpq-int.h too, but you are encouraged to fix the code
|
by including libpq-int.h too, but you are encouraged to fix the code
|
||||||
soon.)
|
soon.)
|
||||||
|
</para>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user