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

From Tom Lane
Subject Re: Error while restoring database
Date
Msg-id 11307.1003549171@sss.pgh.pa.us
Whole thread Raw
In response to Error while restoring database  ("Johann Zuschlag" <zuschlag@online.de>)
List pgsql-hackers
"Johann Zuschlag" <zuschlag@online.de> writes:
> DEBUG:  query: CREATE OPERATOR <> (PROCEDURE = numeric_neq ,
>         LEFTARG = numeric ,
>         RIGHTARG = double precision ,
>         COMMUTATOR = <> ,
>         NEGATOR =  ,
>         RESTRICT = eqsel ,
>         JOIN = eqjoinsel );
> ERROR:  parser: parse error at or near ","

Hmm, so what happened to the NEGATOR link?

You have not given us enough information to understand what, if
anything, needs to be fixed ... do you still have the original
database to look at?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Detecting glibc getopt?
Next
From: Bruce Momjian
Date:
Subject: Re: Catalogs design question