Re: errors while restoring data.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Pritesh Shah <pritesh(dot)krish(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: errors while restoring data.
Date: 2005-02-03 22:52:08
Message-ID: 5794.1107471128@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Pritesh Shah <pritesh(dot)krish(at)gmail(dot)com> writes:
> I know that the CREATE FUNCTION part should come before using it in
> CREATE OPERATOR. If it was one or two databases i would have edited
> the plain text dump file by hand appropriately.

If you can use the pg_dump from the 8.0 release, it should get this
right. Prior versions don't do real dependency analysis but rely on
dumping in OID order, which is not a very reliable guide.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-02-03 23:12:12 Re: Lost rows/data corruption?
Previous Message Andrew Hall 2005-02-03 22:47:01 Lost rows/data corruption?