1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00
> * Use dependency information to dump data in proper order
This commit is contained in:
Bruce Momjian
2002-08-17 15:09:41 +00:00
parent a8d27511c7
commit 7c02c86d0f

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Sat Aug 17 09:14:04 EDT 2002 Last updated: Sat Aug 17 11:09:40 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -349,6 +349,7 @@ Dependency Checking
* Make other constraints clearer in dump file * Make other constraints clearer in dump file
* -Make foreign keys easier to identify * -Make foreign keys easier to identify
* Flush cached query plans when their underlying catalog data changes * Flush cached query plans when their underlying catalog data changes
* Use dependency information to dump data in proper order
Transactions Transactions