File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.313.2.7 2010/08/17 04:37:17 petere Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.313.2.8 2010/08/29 15:19:12 tgl Exp $ -->
2
2
3
3
<chapter id="libpq">
4
4
<title><application>libpq</application> - C Library</title>
@@ -1873,9 +1873,7 @@ PGresult *PQprepare(PGconn *conn,
1873
1873
1874
1874
Prepared statements for use with <function>PQexecPrepared</> can also
1875
1875
be created by executing SQL <xref linkend="sql-prepare">
1876
- statements. (But <function>PQprepare</>
1877
- is more flexible since it does not require parameter types to be
1878
- pre-specified.) Also, although there is no <application>libpq</>
1876
+ statements. Also, although there is no <application>libpq</>
1879
1877
function for deleting a prepared statement, the SQL <xref
1880
1878
linkend="sql-deallocate"> statement
1881
1879
can be used for that purpose.
You can’t perform that action at this time.
0 commit comments