|
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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
11 |
| -Last updated: Tue Mar 11 15:34:06 EDT 2008 |
| 11 | +Last updated: Tue Mar 11 15:44:35 EDT 2008 |
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>.
|
@@ -395,6 +395,10 @@ <h1><a name="section_5">Multi-Language Support</a></h1>
|
395 | 395 | <p> Currently client_encoding is set in postgresql.conf, which
|
396 | 396 | defaults to the server encoding.
|
397 | 397 | <ahref="http://archives.postgresql.org/pgsql-hackers/2006-08/msg01696.php">http://archives.postgresql.org/pgsql-hackers/2006-08/msg01696.php</a>
|
| 398 | +</p> |
| 399 | +</li><li>Change memory allocation for multi-byte functions so memory is |
| 400 | + allocated inside conversion functions |
| 401 | +<p> Currently we preallocate memory based on worst-case usage. |
398 | 402 | </p>
|
399 | 403 | </li></ul>
|
400 | 404 | <h1><aname="section_6">Views / Rules</a></h1>
|
|