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:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11
- Last updated: Sat Feb 25 11:34:42 EST 2006
11
+ Last updated: Sun Feb 26 16:22:48 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 > .
@@ -184,7 +184,7 @@ <h1><a name="section_4">Data Types</a></h1>
184
184
</ 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 >
185
185
</ li > < li > -< em > Allow INET + INT8 to increment the host part of the address or</ em >
186
186
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 >
188
188
</ li > < li > Allow user-defined types to specify a type modifier at table creation
189
189
time
190
190
</ li > < li > Dates and Times
@@ -304,9 +304,9 @@ <h1><a name="section_6">Multi-Language Support</a></h1>
304
304
< h1 > < a name ="section_7 "> Views / Rules</ a > </ h1 >
305
305
306
306
< 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
308
308
< 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 .
310
310
</ p >
311
311
</ li > < li > Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
312
312
</ li > < li > Allow NOTIFY in rules involving conditionals
@@ -331,8 +331,8 @@ <h1><a name="section_8">SQL Commands</a></h1>
331
331
called, and the table is locked in exclusive mode.
332
332
</ p >
333
333
</ 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)
336
336
</ li > < li > Allow finer control over the caching of prepared query plans
337
337
< p > Currently, queries prepared via the libpq API are planned on first
338
338
execute using the supplied parameters --- allow SQL PREPARE to do the
@@ -400,7 +400,7 @@ <h1><a name="section_8">SQL Commands</a></h1>
400
400
expressions like SELECT col1 || col2
401
401
</ li > < li > Use more reliable method for CREATE DATABASE to get a consistent
402
402
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 >
404
404
</ li > </ ul >
405
405
</ li > < li > UPDATE
406
406
< ul >
@@ -1035,7 +1035,7 @@ <h1><a name="section_22">Source Code</a></h1>
1035
1035
</ li > < li > %Promote debug_query_string into a server-side function current_query()
1036
1036
</ li > < li > %Allow the identifier length to be increased via a configure option
1037
1037
</ li > < li > Allow cross-compiling by generating the zic database on the target system
1038
- </ li > < li > Improve NLS maintenace of libpgport messages linked onto applications
1038
+ </ li > < li > Improve NLS maintenance of libpgport messages linked onto applications
1039
1039
</ li > < li > Allow ecpg to work with MSVC and BCC
1040
1040
</ li > < li > Add xpath_array() to /contrib/xml2 to return results as an array
1041
1041
</ li > < li > Allow building in directories containing spaces
@@ -1049,7 +1049,7 @@ <h1><a name="section_22">Source Code</a></h1>
1049
1049
spaces and then copy the install to a directory with spaces.
1050
1050
</ p >
1051
1051
</ 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)*
1053
1053
</ li > < li > Use UTF8 encoding for NLS messages so all server encodings can
1054
1054
read them properly
1055
1055
</ li > < li > Update Bonjour to work with newer cross-platform SDK
0 commit comments