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

Commit 796695c

Browse files
committed
Update TODO list.
1 parent a90dc57 commit 796695c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

doc/TODO

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Sat Apr 22 16:33:07 EDT 2000
3+
Last updated: Fri Apr 28 10:44:19 EDT 2000
44

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

@@ -51,6 +51,8 @@ MISC
5151
another backend. Might lead to MVCC inside of syscache
5252
* Permission to UPDATE table allows DELETE also
5353
* Some database schema's are not dumpable; do dumps in oid order
54+
55+
5456
ENHANCEMENTS
5557
------------
5658

@@ -171,6 +173,12 @@ MISC
171173
* Allow BLCKSZ <= 64k, not <= 32k
172174
* redesign UNION structures to have separarate target lists
173175
* Allow multi-level query trees for INSERT INTO ... SELECT
176+
* Check that primary key exists at foreign key definition time
177+
* Prevent column dropping if column is used by foreign key
178+
* Propagate column or table renaming to foreign key constraints
179+
* Emit a warning at foreign key creation time if no UNIQUE index
180+
exists on referenced primary key attributes
181+
174182

175183
PERFORMANCE
176184
-----------
@@ -218,6 +226,7 @@ MISC
218226
* prevent labels from being output for stored rules (Tom)
219227
* allow configuration of maximum number of open files
220228

229+
221230
SOURCE CODE
222231
-----------
223232
* Add use of 'const' for variables in source tree

0 commit comments

Comments
 (0)