1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Fri Jul 19 13:26:13 EDT 2002
3
+ Last updated: Sat Jul 20 12:44:41 EDT 2002
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -62,7 +62,6 @@ Administration
62
62
* -Make equals sign optional in CREATE DATABASE WITH param = 'val'
63
63
* Remove unreferenced table files and temp tables during database vacuum
64
64
or postmaster startup (Bruce)
65
- * Add table name mapping for numeric file names (Bruce)
66
65
* Remove behavior of postmaster -o after making postmaster/postgres
67
66
flags unique
68
67
* Allow logging of query durations
@@ -83,7 +82,7 @@ Data Types
83
82
* Change NUMERIC data type to use base 10,000 internally
84
83
* Change NUMERIC to enforce the maximum precision, and increase it
85
84
* Add function to return compressed length of TOAST data values (Tom)
86
- * Add GUC parameter for DATESTYLE
85
+ * - Add GUC parameter for DATESTYLE
87
86
88
87
* CONVERSION
89
88
o Store binary-compatible type information in the system
@@ -205,9 +204,9 @@ Commands
205
204
o Automatically maintain clustering on a table
206
205
207
206
* COPY
208
- o Allow specification of column names
207
+ o - Allow specification of column names
209
208
o 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?)
211
210
o Allow COPY to report error lines and continue; optionally
212
211
allow error codes to be specified; requires savepoints or can
213
212
not be run in a multi-statement transaction
@@ -233,11 +232,11 @@ Commands
233
232
o Add SHOW command to display locks
234
233
o -Add SET or BEGIN timeout parameter to cancel query
235
234
o 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)
237
236
o Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM
238
237
ANALYZE, and CLUSTER
239
238
o 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
241
240
o -Abort all SET changes made in an aborted transaction
242
241
243
242
* SERVER-SIDE LANGUAGES
@@ -347,7 +346,7 @@ Exotic Features
347
346
348
347
* Add sql3 recursive unions
349
348
* Add the concept of dataspaces/tablespaces [tablespaces]
350
- * Allow SQL92 schemas (Tom) [schema]
349
+ * -Add SQL92 schemas (Tom)
351
350
* Allow queries across multiple databases [crossdb]
352
351
* Add pre-parsing phase that converts non-ANSI features to supported features
353
352
* Allow plug-in modules to emulate features from other databases
0 commit comments