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:Sat Feb25 11:34:42 EST 2006
11+ Last updated:Sun Feb26 16:22:48 EST 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 > .
@@ -184,7 +184,7 @@ <h1><a name="section_4">Data Types</a></h1>
184184</ li > < li > -< em > Prevent INET cast to CIDR from dropping netmask, SELECT '< a href ="telnet://1.1.1.1 "> 1.1.1.1</ a > '::inet::cidr</ em >
185185</ li > < li > -< em > Allow INET + INT8 to increment the host part of the address or</ em >
186186 throw an error on overflow
187- </ li > < li > % Add 'tid != tid ' operator for use in corruption recovery
187+ </ li > < li > - < em > Add 'tid != tid ' operator for use in corruption recovery</ em >
188188</ li > < li > Allow user-defined types to specify a type modifier at table creation
189189 time
190190</ li > < li > Dates and Times
@@ -304,9 +304,9 @@ <h1><a name="section_6">Multi-Language Support</a></h1>
304304< h1 > < a name ="section_7 "> Views / Rules</ a > </ h1 >
305305
306306< ul >
307- < li > % Automatically create rules on views so they are updateable, per SQL99
307+ < li > Automatically create rules on views so they are updateable, per SQL99
308308< p > We can only auto-create rules for simple views. For more complex
309- cases users will still have to write rules.
309+ cases users will still have to write rules manually .
310310</ p >
311311</ li > < li > Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
312312</ li > < li > Allow NOTIFY in rules involving conditionals
@@ -331,8 +331,8 @@ <h1><a name="section_8">SQL Commands</a></h1>
331331 called, and the table is locked in exclusive mode.
332332</ p >
333333</ li > < li > Allow PREPARE of cursors
334- </ li > < li > Allow PREPARE to automatically determine parameter types based on the SQL
335- statement
334+ </ li > < li > - < em > Allow PREPARE to automatically determine parameter types based on the SQL</ em >
335+ statement (Neil)
336336</ li > < li > Allow finer control over the caching of prepared query plans
337337< p > Currently, queries prepared via the libpq API are planned on first
338338 execute using the supplied parameters --- allow SQL PREPARE to do the
@@ -400,7 +400,7 @@ <h1><a name="section_8">SQL Commands</a></h1>
400400 expressions like SELECT col1 || col2
401401</ li > < li > Use more reliable method for CREATE DATABASE to get a consistent
402402 copy of db?
403- </ li > < li > Add ON COMMIT capability to CREATE TABLE AS ... SELECT
403+ </ li > < li > - < em > Add ON COMMIT capability to CREATE TABLE AS ... SELECT</ em >
404404</ li > </ ul >
405405</ li > < li > UPDATE
406406< ul >
@@ -1035,7 +1035,7 @@ <h1><a name="section_22">Source Code</a></h1>
10351035</ li > < li > %Promote debug_query_string into a server-side function current_query()
10361036</ li > < li > %Allow the identifier length to be increased via a configure option
10371037</ li > < li > Allow cross-compiling by generating the zic database on the target system
1038- </ li > < li > Improve NLSmaintenace of libpgport messages linked onto applications
1038+ </ li > < li > Improve NLSmaintenance of libpgport messages linked onto applications
10391039</ li > < li > Allow ecpg to work with MSVC and BCC
10401040</ li > < li > Add xpath_array() to /contrib/xml2 to return results as an array
10411041</ li > < li > Allow building in directories containing spaces
@@ -1049,7 +1049,7 @@ <h1><a name="section_22">Source Code</a></h1>
10491049 spaces and then copy the install to a directory with spaces.
10501050</ p >
10511051</ li > < li > Fix sgmltools so PDFs can be generated with bookmarks
1052- </ li > < li > %Clean up compiler warnings (especially with gcc version 4)
1052+ </ li > < li > -* %Clean up compiler warnings (especially with gcc version 4)*
10531053</ li > < li > Use UTF8 encoding for NLS messages so all server encodings can
10541054 read them properly
10551055</ li > < li > Update Bonjour to work with newer cross-platform SDK