diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 85cb8db609..141ff10a4b 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,4 +1,4 @@ - + <application>libpq</application> - C Library @@ -1895,9 +1895,7 @@ PGresult *PQprepare(PGconn *conn, Prepared statements for use with PQexecPrepared can also be created by executing SQL - statements. (But PQprepare - is more flexible since it does not require parameter types to be - pre-specified.) Also, although there is no libpq + statements. Also, although there is no libpq function for deleting a prepared statement, the SQL statement can be used for that purpose.