Re: 7.2.3-7.4.2 migration

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Richard Huxton <dev(at)archonet(dot)com>
Cc: cmusielak(at)akio-software(dot)com, pgsql-general(at)postgresql(dot)org
Subject: Re: 7.2.3-7.4.2 migration
Date: 2004-04-01 14:10:18
Message-ID: 20040401141018.GB2736@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Apr 01, 2004 at 01:01:21PM +0100, Richard Huxton wrote:
> On Thursday 01 April 2004 12:12, Christophe Musielak wrote:

> > I would then appreciate if anyone can report a similar experience,
> > problems faced and so on..
>
> I tend to do a schema-only followed by a data-only restore. The main problems
> I have are to do with dependencies between objects (function F relies on
> table T existing). I use the -l/-L flags on pg_restore to let me manually
> reorder the few items with problems.

CVS tip's pg_dump orders objects more appropiately than before - AFAIU
the dump is always correct. If you have this kind of problem, the new
code could save you some work. If you use it, make sure you use the
"-X disable-dollar-quoting" switch too, because otherwise the dump won't
be loadable on released versions.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"I suspect most samba developers are already technically insane...
Of course, since many of them are Australians, you can't tell." (L. Torvalds)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-04-01 14:24:01 Re: Checking FKs after COPY and disabled Triggers
Previous Message Shridhar Daithankar 2004-04-01 12:15:01 Re: [Fwd: Help with Conversion]