More markup fixes
authorPeter Eisentraut
Tue, 1 May 2001 10:48:57 +0000 (10:48 +0000)
committerPeter Eisentraut
Tue, 1 May 2001 10:48:57 +0000 (10:48 +0000)
doc/src/sgml/libpq++.sgml
doc/src/sgml/libpq.sgml

index 34757e8e9f4e5eba2d182d5d0473f8543190b20f..ad782013a35dd5652720ed87f20f8bd3db596ece 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -356,6 +356,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.27 2001/04/30 22:21:
       
      
 
 
 
 
index e0ea91ba42e5e9c38f9700fbb613cce79223a64e..23d794288710a24d730a870f2061a19b24ef3eb8 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -696,6 +696,8 @@ SSL *PQgetssl(const PGconn *conn);
 Once a connection to a database server has been successfully
 established, the functions described here are used to perform
 SQL queries and commands.
+
+
 
   Main Routines
 
@@ -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
 by including libpq-int.h too, but you are encouraged to fix the code
 soon.)
+