|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
|
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
11 |
| -Last updated: Wed Apr 1917:50:14 EDT 2006 |
| 11 | +Last updated: Wed Apr 1918:35:36 EDT 2006 |
12 | 12 | </p>
|
13 | 13 | <p>The most recent version of this document can be viewed at<br/>
|
14 | 14 | <ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
@@ -659,7 +659,8 @@ <h1><a name="section_9">Clients</a></h1>
|
659 | 659 | </li><li>Add new version of PQescapeString() that doesn't double backslashes
|
660 | 660 | that are part of a client-only multibyte sequence
|
661 | 661 | <p> Single-quote is not a valid byte in any supported client-only
|
662 |
| - encoding. |
| 662 | + encoding. This requires using mblen() to determine if the |
| 663 | + backslash is inside or outside a multi-byte sequence. |
663 | 664 | </p>
|
664 | 665 | </li><li>Add new version of PQescapeString() that doesn't double
|
665 | 666 | backslashes when standard_conforming_strings is true and
|
|