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

Commit b350b52

Browse files
committed
Update TODO list.
1 parent 2cc3320 commit b350b52

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

doc/TODO

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Wed May 16 20:08:28 EDT 2001
3+
Last updated: Wed May 16 20:09:52 EDT 2001
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -22,7 +22,7 @@ PARSER
2222
* ALTER TABLE ADD COLUMN does not honor DEFAULT or add CONSTRAINT
2323
* UNIQUE INDEX on base column not honored on inserts from inherited table
2424
INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
25-
[inheritance]
25+
[inheritance]
2626

2727
MISC
2828

@@ -47,7 +47,7 @@ URGENT
4747
ADMIN
4848

4949
* More access control over who can (Karel)
50-
* Improve control over user privileges, including table creation and
50+
* Improve control over user privileges, including table creation and
5151
lock use [privileges]
5252
* Permission to DELETE table also allows UPDATE
5353
* Allow elog() to return error codes, module name, file name, line
@@ -133,10 +133,10 @@ SYSTEM TABLES
133133
COMMANDS
134134

135135
* ALTER
136-
* ALTER TABLE ADD COLUMN to inherited table put column in wrong place
136+
* ALTER TABLE ADD COLUMN to inherited table put column in wrong place
137137
[inheritance]
138138
* Add ALTER TABLE DROP COLUMN feature [drop]
139-
* Add ALTER FUNCTION
139+
* Add ALTER FUNCTION
140140
* Add ALTER TABLE DROP CONSTRAINT
141141
* CLUSTER
142142
* cluster all tables at once
@@ -160,7 +160,7 @@ COMMANDS
160160
* Disallow missing columns in INSERT ... VALUES, per ANSI
161161
* Allow INSERT/UPDATE ... RETURNING new.col or old.col (Philip)
162162
* Add SIMILAR TO to allow character classes, 'pg_[a-c]%'
163-
* Auto-destroy sequence on DROP of table with SERIAL, perhaps with a separate
163+
* Auto-destroy sequence on DROP of table with SERIAL, perhaps with a separate
164164
SERIAL type
165165
* Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison [lock]
166166
* Allow RULE recompilation
@@ -199,7 +199,7 @@ REFERENTIAL INTEGRITY
199199
* Allow oid to act as a foreign key
200200
* Implement dirty reads and use them in RI triggers
201201
* Enforce referential integrity for system tables
202-
* INSERT & UPDATE/DELETE in transaction of primary key fails with
202+
* INSERT & UPDATE/DELETE in transaction of primary key fails with
203203
deferredTriggerGetPreviousEvent or "change violation" [foreign]
204204
* Make constraints clearer in dump file
205205
* Change foreign key constraint for array -> element to mean element
@@ -221,7 +221,7 @@ EXOTIC FEATURES
221221
* Allow SQL92 schemas (Tom)
222222
* Allow queries across multiple databases
223223
* Add pre-parsing phase that converts non-ANSI features to supported features
224-
* SQL*Net listener that makes PostgreSQL appear as an Oracle database
224+
* SQL*Net listener that makes PostgreSQL appear as an Oracle database
225225
to clients
226226

227227
MISCELLANEOUS
@@ -318,7 +318,7 @@ Developers who have claimed items are:
318318
* Hiroshi is Hiroshi Inoue <Inoue@tpf.co.jp>
319319
* Karel is Karel Zak <zakkr@zf.jcu.cz>
320320
* Jan is Jan Wieck <wieck@sapserv.debis.de>
321-
* Marc is Marc Fournier <scrappy@hub.org>
321+
* Marc is Marc Fournier <scrappy@hub.org>
322322
* Mark is Mark Hollomon <mhh@mindspring.com>
323323
* Michael is Michael Meskes <meskes@postgresql.org>
324324
* Oleg is Oleg Bartunov <oleg@sai.msu.su>
@@ -327,9 +327,9 @@ Developers who have claimed items are:
327327
* Philip is Philip Warner <pjw@rhyme.com.au>
328328
* Ross is Ross J. Reedstrom <reedstrm@wallace.ece.rice.edu>
329329
* Ryan is Ryan Bradetich <rbrad@hpb50023.boi.hp.com>
330-
* Stephan is Stephan Szabo <sszabo@megazone23.bigpanda.com>
330+
* Stephan is Stephan Szabo <sszabo@megazone23.bigpanda.com>
331331
* Tatsuo is Tatsuo Ishii <t-ishii@sra.co.jp>
332332
* Thomas is Thomas Lockhart <lockhart@alumni.caltech.edu>
333333
* Tom is Tom Lane <tgl@sss.pgh.pa.us>
334334
* TomH is Tom I Helbekkmo <tih@Hamartun.Priv.NO>
335-
* Vadim is Vadim B. Mikheev <vadim4o@email.com>
335+
* Vadim is Vadim B. Mikheev <vadim4o@email.com>

0 commit comments

Comments
 (0)