11TODO list for PostgreSQL
22========================
3- Last updated:Fri Jul19 13:26:13 EDT 2002
3+ Last updated:Sat Jul20 12:44:41 EDT 2002
44
55Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
66
@@ -62,7 +62,6 @@ Administration
6262* -Make equals sign optional in CREATE DATABASE WITH param = 'val'
6363* Remove unreferenced table files and temp tables during database vacuum
6464 or postmaster startup (Bruce)
65- * Add table name mapping for numeric file names (Bruce)
6665* Remove behavior of postmaster -o after making postmaster/postgres
6766 flags unique
6867* Allow logging of query durations
@@ -83,7 +82,7 @@ Data Types
8382* Change NUMERIC data type to use base 10,000 internally
8483* Change NUMERIC to enforce the maximum precision, and increase it
8584* Add function to return compressed length of TOAST data values (Tom)
86- * Add GUC parameter for DATESTYLE
85+ *- Add GUC parameter for DATESTYLE
8786
8887* CONVERSION
8988o Store binary-compatible type information in the system
@@ -205,9 +204,9 @@ Commands
205204o Automatically maintain clustering on a table
206205
207206* COPY
208- o Allow specification of column names
207+ o- Allow specification of column names
209208o Allow dump/load of CSV format
210- o Change syntax to WITH DELIMITER, (keep old syntax around?)
209+ o- Change syntax to WITH DELIMITER, (keep old syntax around?)
211210o Allow COPY to report error lines and continue; optionally
212211 allow error codes to be specified; requires savepoints or can
213212 not be run in a multi-statement transaction
@@ -233,11 +232,11 @@ Commands
233232o Add SHOW command to display locks
234233o -Add SET or BEGIN timeout parameter to cancel query
235234o Add SET REAL_FORMAT and SET DOUBLE_PRECISION_FORMAT using printf args
236- o Remove SET KSQO option now that OR processing is improved (Tom)
235+ o- Remove SET KSQO option now that OR processing is improved (Tom)
237236o Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM
238237 ANALYZE, and CLUSTER
239238o Add SHOW command to see locale
240- o Allow SHOW to output as a query result, like EXPLAIN
239+ o- Allow SHOW to output as a query result, like EXPLAIN
241240o -Abort all SET changes made in an aborted transaction
242241
243242* SERVER-SIDE LANGUAGES
@@ -347,7 +346,7 @@ Exotic Features
347346
348347* Add sql3 recursive unions
349348* Add the concept of dataspaces/tablespaces [tablespaces]
350- *Allow SQL92 schemas (Tom) [schema]
349+ *-Add SQL92 schemas (Tom)
351350* Allow queries across multiple databases [crossdb]
352351* Add pre-parsing phase that converts non-ANSI features to supported features
353352* Allow plug-in modules to emulate features from other databases