|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.216 2006/09/16 00:30:14 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.217 2006/10/21 17:10:43 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="libpq">
|
4 | 4 | <title><application>libpq</application> - C Library</title>
|
@@ -2289,7 +2289,10 @@ It is not thread-safe.
|
2289 | 2289 |
|
2290 | 2290 | <indexterm zone="libpq-exec-escape-string"><primary>PQescapeStringConn</></>
|
2291 | 2291 | <indexterm zone="libpq-exec-escape-string"><primary>PQescapeString</></>
|
2292 |
| - <indexterm zone="libpq-exec-escape-string"><primary>escaping strings</></> |
| 2292 | + <indexterm zone="libpq-exec-escape-string"> |
| 2293 | + <primary>escaping strings</> |
| 2294 | + <secondary>in libpq</secondary> |
| 2295 | + </> |
2293 | 2296 |
|
2294 | 2297 | <para>
|
2295 | 2298 | <function>PQescapeStringConn</function> escapes a string for use within an SQL
|
|