Re: pg_dump in 7.4

From: Philip Warner <pjw(at)rhyme(dot)com(dot)au>
To: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>, "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_dump in 7.4
Date: 2002-11-13 13:57:50
Message-ID: 5.1.0.14.0.20021114005348.03944938@mail.rhyme.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At 01:50 PM 13/11/2002 +0800, Christopher Kings-Lynne wrote:
>Well, the problem is that you can add a new type and then add a column to a
>really old table that uses that type - that causes pain\

You may have misunderstood; I meant to add each type used by the table to
the deps list for a table (and each function used by a view etc etc).
Current implementation leaves the deps list blank for tables, and only
lists the tables for a view (I think).

The problem with the current deps list is that (a) it assumes that OID
order is important and (b) it does not do any analysis of the topology of
the dependencies.

The latter will be substantially improved if we can get pg_depend deps into
the dump file, and if we can do a useful analysis of the dependencies.

----------------------------------------------------------------
Philip Warner | __---_____
Albatross Consulting Pty. Ltd. |----/ - \
(A.B.N. 75 008 659 498) | /(@) ______---_
Tel: (+61) 0500 83 82 81 | _________ \
Fax: (+61) 03 5330 3172 | ___________ |
Http://www.rhyme.com.au | / \|
| --________--
PGP key available upon request, | /
and from pgp5.ai.mit.edu:11371 |/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-11-13 13:58:04 Re: performance regression, 7.2.3 -> 7.3b5 w/ VIEW
Previous Message Philip Warner 2002-11-13 13:53:03 Re: pg_dump in 7.4