|
8 | 8 | <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> |
9 | 9 | <h1><a name="section_1">PostgreSQL TODO List</a></h1> |
10 | 10 | <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> |
11 | | -Last updated: Mon Oct 23 22:42:19 EDT 2006 |
| 11 | +Last updated: Tue Nov 14 17:26:31 EST 2006 |
12 | 12 | </p> |
13 | 13 | <p>The most recent version of this document can be viewed at<br/> |
14 | 14 | <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. |
@@ -162,7 +162,7 @@ <h1><a name="section_4">Data Types</a></h1> |
162 | 162 | </p> |
163 | 163 | </li><li>Change NUMERIC to enforce the maximum precision |
164 | 164 | </li><li>Add NUMERIC division operator that doesn't round? |
165 | | -<p> Currently NUMERIC _rounds_ the result to the specified precision. |
| 165 | +<p> Currently NUMERIC <u>rounds</u> the result to the specified precision. |
166 | 166 | This means division can return a result that multiplied by the |
167 | 167 | divisor is greater than the dividend, e.g. this returns a value > 10: |
168 | 168 | </p> |
@@ -1099,7 +1099,7 @@ <h1><a name="section_20">Miscellaneous Performance</a></h1> |
1099 | 1099 | require frequent mapping/unmapping. Extending the file also causes |
1100 | 1100 | mapping problems that might require mapping only individual pages, |
1101 | 1101 | leading to thousands of mappings. Another problem is that there is no |
1102 | | - way to _prevent_ I/O to disk from the dirty shared buffers so changes |
| 1102 | + way to <u>prevent</u> I/O to disk from the dirty shared buffers so changes |
1103 | 1103 | could hit disk before WAL is written. |
1104 | 1104 | </p> |
1105 | 1105 | </li><li>Add a script to ask system configuration questions and tune postgresql.conf |
@@ -1204,7 +1204,7 @@ <h1><a name="section_21">Source Code</a></h1> |
1204 | 1204 | <li>Allow dynamic character set handling |
1205 | 1205 | </li><li>Add decoded type, length, precision |
1206 | 1206 | </li><li>Use compression? |
1207 | | - </li><li>Update clients to use data types, typmod, <a href="http://schema.table.column">schema.table.column</a>/ names |
| 1207 | + </li><li>Update clients to use data types, typmod, schema.table.column names |
1208 | 1208 | of result sets using new statement protocol |
1209 | 1209 | </li></ul> |
1210 | 1210 | </li></ul> |
@@ -1233,9 +1233,10 @@ <h1><a name="section_22">Exotic Features</a></h1> |
1233 | 1233 | </li><li>Consider allowing control of upper/lower case folding of unquoted |
1234 | 1234 | identifiers |
1235 | 1235 | <p> <a href="http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php">http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php</a> |
| 1236 | + <a href="http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php">http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php</a> |
1236 | 1237 | </p> |
1237 | 1238 | </li></ul> |
1238 | | -<h1><a name="section_23">Features We Do _Not_ Want</a></h1> |
| 1239 | +<h1><a name="section_23">Features We Do <u>Not</u> Want</a></h1> |
1239 | 1240 |
|
1240 | 1241 | <ul> |
1241 | 1242 | <li>All backends running as threads in a single process (not wanted) |
|
0 commit comments