Re: errors while restoring data. - Mailing list pgsql-general

From Tom Lane
Subject Re: errors while restoring data.
Date
Msg-id 5794.1107471128@sss.pgh.pa.us
Whole thread Raw
In response to errors while restoring data.  (Pritesh Shah <pritesh.krish@gmail.com>)
List pgsql-general
Pritesh Shah <pritesh.krish@gmail.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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Indexed leading substring searches - worked, now doesn't
Next
From: "Andrew Hall"
Date:
Subject: Lost rows/data corruption?