mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Add:
> * Use dependency information to dump data in proper order
This commit is contained in:
3
doc/TODO
3
doc/TODO
@ -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
|
||||||
|
Reference in New Issue
Block a user