Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 17b2850

Browse files
committed
Mark items as done:
> * -Add GUC parameter for DATESTYLE > o -Allow specification of column names > o -Change syntax to WITH DELIMITER, (keep old syntax around?) > o -Remove SET KSQO option now that OR processing is improved (Tom) > o -Allow SHOW to output as a query result, like EXPLAIN > * -Add SQL92 schemas (Tom)
1 parent c33a634 commit 17b2850

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

doc/TODO

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Fri Jul 19 13:26:13 EDT 2002
3+
Last updated: Sat Jul 20 12:44:41 EDT 2002
44

55
Current 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
8988
o Store binary-compatible type information in the system
@@ -205,9 +204,9 @@ Commands
205204
o Automatically maintain clustering on a table
206205

207206
* COPY
208-
o Allow specification of column names
207+
o -Allow specification of column names
209208
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?)
211210
o 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
233232
o Add SHOW command to display locks
234233
o -Add SET or BEGIN timeout parameter to cancel query
235234
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)
237236
o Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM
238237
ANALYZE, and CLUSTER
239238
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
241240
o -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

0 commit comments

Comments
 (0)