mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Update TODO list.
This commit is contained in:
parent
dd52673803
commit
188e0fe457
1 changed files with 3 additions and 1 deletions
4
doc/TODO
4
doc/TODO
|
|
@ -1,6 +1,6 @@
|
|||
TODO list for PostgreSQL
|
||||
========================
|
||||
Last updated: Fri Mar 30 13:34:23 EST 2001
|
||||
Last updated: Fri Mar 30 13:36:16 EST 2001
|
||||
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
|
||||
|
|
@ -230,6 +230,8 @@ REFERENTIAL INTEGRITY
|
|||
* INSERT & UPDATE/DELETE in transaction of primary key fails with
|
||||
deferredTriggerGetPreviousEvent or "change violation" [foreign]
|
||||
* Add unique indexes to pg_shadow.usename and pg_shadow.usesysid
|
||||
* Add unique indexes on pg_database
|
||||
* Check all system tables and add unique indexes as needed
|
||||
|
||||
EXOTIC FEATURES
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue