Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c9c1c4e

Browse files
committed
Make index entry more specific.
1 parent a5007d6 commit c9c1c4e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22

33
<chapter id="libpq">
44
<title><application>libpq</application> - C Library</title>
@@ -2289,7 +2289,10 @@ It is not thread-safe.
22892289

22902290
<indexterm zone="libpq-exec-escape-string"><primary>PQescapeStringConn</></>
22912291
<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+
</>
22932296

22942297
<para>
22952298
<function>PQescapeStringConn</function> escapes a string for use within an SQL

0 commit comments

Comments
 (0)