| From: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Call for pg_dump testing |
| Date: | 2003-12-08 01:36:16 |
| Message-ID: | 3FD3D590.3010305@familyhealth.com.au |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hey Tom,
> I have committed some fairly wide-ranging revisions to pg_dump to make
> it dump database objects in a "safe" order according to the dependency
> information available from pg_depend. While I know that I have fixed
> a lot of previously-broken cases, it's hardly unlikely that I've broken
> some things too. Please give it a try if you can. CVS-tip pg_dump
> should be fully compatible with 7.4 installations, and reasonably
> compatible with 7.3 servers as well (but its output is unlikely to
> load into pre-7.3 servers because of syntax changes).
Awesome effort!
I'm interested to know how you deal with circular dependencies in Views
and Functions?
Also, what happens if I delete a key dependency from my pg_depend table
manually?
Chris
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Christopher Kings-Lynne | 2003-12-08 01:44:02 | Build error? |
| Previous Message | Andrew Dunstan | 2003-12-08 01:35:55 | Re: CVS HEAD compile failure |