diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-10-21 17:10:43 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-10-21 17:10:43 +0000 |
commit | c9c1c4edf289652f90647b71d58c1aabe9730755 (patch) | |
tree | c83ed1221ca3ed991151aaa0461c36fdfa4e6ae5 | |
parent | a5007d671afe5d0c42782db0670879fbc1ccbfb7 (diff) | |
download | postgresql-c9c1c4edf289652f90647b71d58c1aabe9730755.tar.gz postgresql-c9c1c4edf289652f90647b71d58c1aabe9730755.zip |
Make index entry more specific.
-rw-r--r-- | doc/src/sgml/libpq.sgml | 7 |
1 files 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 |