File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Mon May 7 13:04:50 EDT 2001
3
+ Last updated: Mon May 7 14:40:15 EDT 2001
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -172,7 +172,8 @@ REFERENTIAL INTEGRITY
172
172
* Enforce referential integrity for system tables
173
173
* INSERT & UPDATE/DELETE in transaction of primary key fails with
174
174
deferredTriggerGetPreviousEvent or "change violation" [foreign]
175
- * Add unique indexes to pg_shadow.usename and pg_shadow.usesysid
175
+ * Add unique indexes to pg_shadow.usename and pg_shadow.usesysid or
176
+ switch to pg_shadow.oid as user id
176
177
* Add unique indexes on pg_database
177
178
* Check all system tables and add unique indexes as needed
178
179
You can’t perform that action at this time.
0 commit comments