1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Wed May 16 20:08:28 EDT 2001
3
+ Last updated: Wed May 16 20:09:52 EDT 2001
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
22
22
* ALTER TABLE ADD COLUMN does not honor DEFAULT or add CONSTRAINT
23
23
* UNIQUE INDEX on base column not honored on inserts from inherited table
24
24
INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
25
- [inheritance]
25
+ [inheritance]
26
26
27
27
MISC
28
28
47
47
ADMIN
48
48
49
49
* 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
51
51
lock use [privileges]
52
52
* Permission to DELETE table also allows UPDATE
53
53
* Allow elog() to return error codes, module name, file name, line
@@ -133,10 +133,10 @@ SYSTEM TABLES
133
133
COMMANDS
134
134
135
135
* 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
137
137
[inheritance]
138
138
* Add ALTER TABLE DROP COLUMN feature [drop]
139
- * Add ALTER FUNCTION
139
+ * Add ALTER FUNCTION
140
140
* Add ALTER TABLE DROP CONSTRAINT
141
141
* CLUSTER
142
142
* cluster all tables at once
@@ -160,7 +160,7 @@ COMMANDS
160
160
* Disallow missing columns in INSERT ... VALUES, per ANSI
161
161
* Allow INSERT/UPDATE ... RETURNING new.col or old.col (Philip)
162
162
* 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
164
164
SERIAL type
165
165
* Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison [lock]
166
166
* Allow RULE recompilation
@@ -199,7 +199,7 @@ REFERENTIAL INTEGRITY
199
199
* Allow oid to act as a foreign key
200
200
* Implement dirty reads and use them in RI triggers
201
201
* 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
203
203
deferredTriggerGetPreviousEvent or "change violation" [foreign]
204
204
* Make constraints clearer in dump file
205
205
* Change foreign key constraint for array -> element to mean element
@@ -221,7 +221,7 @@ EXOTIC FEATURES
221
221
* Allow SQL92 schemas (Tom)
222
222
* Allow queries across multiple databases
223
223
* 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
225
225
to clients
226
226
227
227
MISCELLANEOUS
@@ -318,7 +318,7 @@ Developers who have claimed items are:
318
318
* Hiroshi is Hiroshi Inoue <Inoue@tpf.co.jp>
319
319
* Karel is Karel Zak <zakkr@zf.jcu.cz>
320
320
* Jan is Jan Wieck <wieck@sapserv.debis.de>
321
- * Marc is Marc Fournier <scrappy@hub.org>
321
+ * Marc is Marc Fournier <scrappy@hub.org>
322
322
* Mark is Mark Hollomon <mhh@mindspring.com>
323
323
* Michael is Michael Meskes <meskes@postgresql.org>
324
324
* Oleg is Oleg Bartunov <oleg@sai.msu.su>
@@ -327,9 +327,9 @@ Developers who have claimed items are:
327
327
* Philip is Philip Warner <pjw@rhyme.com.au>
328
328
* Ross is Ross J. Reedstrom <reedstrm@wallace.ece.rice.edu>
329
329
* 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>
331
331
* Tatsuo is Tatsuo Ishii <t-ishii@sra.co.jp>
332
332
* Thomas is Thomas Lockhart <lockhart@alumni.caltech.edu>
333
333
* Tom is Tom Lane <tgl@sss.pgh.pa.us>
334
334
* 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