Re: Error while restoring database - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Error while restoring database
Date
Msg-id 28834.1003688045@sss.pgh.pa.us
Whole thread Raw
In response to Error while restoring database  ("Johann Zuschlag" <zuschlag@online.de>)
Responses Re: Error while restoring database
List pgsql-hackers
"Johann Zuschlag" <zuschlag@online.de> writes:
>> Okay ... are there any rows in pg_operator with OID 280346 or 280347 ?

> Yes, seems so. See the attachment. Again, the negator stuff
> never worked for numeric.

Looks like these are "shell" operator definitions left over from
commutator or negator forward references that were never satisfied.
pg_dump did the right thing to not dump them.  I'd say that the backend
should never have accepted a shell operator def with an empty name,
though, which is what you seem to have at OID 280347.

Do you happen to have the exact command that you gave to create
operator 280343 (numeric_neq)?  I think what this really boils down
to is insufficient error checking somewhere in CREATE OPERATOR.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: [GENERAL] To Postgres Devs : Wouldn't changing the select limit
Next
From: "Serguei Mokhov"
Date:
Subject: Re: namespaces