Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c9c1c4e

Browse filesBrowse files
committed
Make index entry more specific.
1 parent a5007d6 commit c9c1c4e
Copy full SHA for c9c1c4e

File tree

Expand file treeCollapse file tree

1 file changed

+5
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-2
lines changed

‎doc/src/sgml/libpq.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/libpq.sgml
+5-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.