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

Commit ca3d2c3

Browse files
committed
Remove, already in back branches:
< < o Add new version of PQescapeString() that doesn't double backslashes < that are part of a client-only multibyte sequence < < Single-quote is not a valid byte in any supported client-only < encoding. This requires using mblen() to determine if the < backslash is inside or outside a multi-byte sequence. < < o Add new version of PQescapeString() that doesn't double < backslashes when standard_conforming_strings is true and < non-E strings are used
1 parent bcc9725 commit ca3d2c3

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

doc/TODO

+1-12
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Wed Jun 14 17:26:43 EDT 2006
5+
Last updated: Wed Jun 14 17:38:09 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -808,17 +808,6 @@ Clients
808808
One complexity is that a statement like SELECT 1/col could error
809809
out mid-way through the result set.
810810

811-
o Add new version of PQescapeString() that doesn't double backslashes
812-
that are part of a client-only multibyte sequence
813-
814-
Single-quote is not a valid byte in any supported client-only
815-
encoding. This requires using mblen() to determine if the
816-
backslash is inside or outside a multi-byte sequence.
817-
818-
o Add new version of PQescapeString() that doesn't double
819-
backslashes when standard_conforming_strings is true and
820-
non-E strings are used
821-
822811

823812
Triggers
824813
========

doc/src/FAQ/TODO.html

+1-10
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Wed Jun 14 17:26:43 EDT 2006
11+
Last updated: Wed Jun 14 17:38:09 EDT 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -730,15 +730,6 @@ <h1><a name="section_9">Clients</a></h1>
730730
One complexity is that a statement like SELECT 1/col could error
731731
out mid-way through the result set.
732732
</p>
733-
</li><li>Add new version of PQescapeString() that doesn't double backslashes
734-
that are part of a client-only multibyte sequence
735-
<p> Single-quote is not a valid byte in any supported client-only
736-
encoding. This requires using mblen() to determine if the
737-
backslash is inside or outside a multi-byte sequence.
738-
</p>
739-
</li><li>Add new version of PQescapeString() that doesn't double
740-
backslashes when standard_conforming_strings is true and
741-
non-E strings are used
742733
</li></ul>
743734
</li></ul>
744735
<h1><a name="section_10">Triggers</a></h1>

0 commit comments

Comments
 (0)