File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Sat Apr 22 16:33:07 EDT 2000
3
+ Last updated: Fri Apr 28 10:44:19 EDT 2000
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
51
51
another backend. Might lead to MVCC inside of syscache
52
52
* Permission to UPDATE table allows DELETE also
53
53
* Some database schema's are not dumpable; do dumps in oid order
54
+
55
+
54
56
ENHANCEMENTS
55
57
------------
56
58
@@ -171,6 +173,12 @@ MISC
171
173
* Allow BLCKSZ <= 64k, not <= 32k
172
174
* redesign UNION structures to have separarate target lists
173
175
* 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
+
174
182
175
183
PERFORMANCE
176
184
-----------
218
226
* prevent labels from being output for stored rules (Tom)
219
227
* allow configuration of maximum number of open files
220
228
229
+
221
230
SOURCE CODE
222
231
-----------
223
232
* Add use of 'const' for variables in source tree
You can’t perform that action at this time.
0 commit comments