TODO updated:

        * -Use dependency information to dump data in proper order


---------------------------------------------------------------------------

Tom Lane wrote:
> CVSROOT:      /cvsroot
> Module name:  pgsql-server
> Changes by:   [EMAIL PROTECTED]       03/12/05 23:00:16
> 
> Modified files:
>       doc/src/sgml/ref: pg_restore.sgml 
>       src/bin/pg_dump: Makefile common.c pg_backup.h 
>                        pg_backup_archiver.c pg_backup_archiver.h 
>                        pg_backup_custom.c pg_backup_files.c 
>                        pg_backup_null.c pg_backup_tar.c pg_dump.c 
>                        pg_dump.h pg_restore.c 
> Added files:
>       src/bin/pg_dump: pg_dump_sort.c 
> 
> Log message:
>       Massive overhaul of pg_dump: make use of dependency information from
>       pg_depend to determine a safe dump order.  Defaults and check constraints
>       can be emitted either as part of a table or domain definition, or
>       separately if that's needed to break a dependency loop.  Lots of old
>       half-baked code for controlling dump order removed.
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
> 

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  [EMAIL PROTECTED]               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to