Pritesh Shah <[EMAIL PROTECTED]> 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
hi,
I'm trying to restore some databases from the plain text format dumps.
To restore I'm using:
psql -e -f nmayande.sql template1
I captured a small part while restoring the database which has an error,
CREATE OPERATOR >= (
PROCEDURE = daterange_greater_than_equals,
LEFTARG = dateran