From c9c1c4edf289652f90647b71d58c1aabe9730755 Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Sat, 21 Oct 2006 17:10:43 +0000
Subject: [PATCH] Make index entry more specific.

---
 doc/src/sgml/libpq.sgml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 205ce82e626..4d87693b30d 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.216 2006/09/16 00:30:14 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.217 2006/10/21 17:10:43 tgl Exp $ -->
 
  <chapter id="libpq">
   <title><application>libpq</application> - C Library</title>
@@ -2289,7 +2289,10 @@ It is not thread-safe.
 
    <indexterm zone="libpq-exec-escape-string"><primary>PQescapeStringConn</></>
    <indexterm zone="libpq-exec-escape-string"><primary>PQescapeString</></>
-   <indexterm zone="libpq-exec-escape-string"><primary>escaping strings</></>
+   <indexterm zone="libpq-exec-escape-string">
+     <primary>escaping strings</>
+     <secondary>in libpq</secondary>
+   </>
 
 <para>
 <function>PQescapeStringConn</function> escapes a string for use within an SQL
-- 
GitLab