Re: Error while restoring database

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Johann Zuschlag" <zuschlag(at)online(dot)de>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Error while restoring database
Date: 2001-10-20 03:39:31
Message-ID: 11307.1003549171@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Johann Zuschlag" <zuschlag(at)online(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Steve Howe 2001-10-20 03:39:59 Catalogs design question
Previous Message Bruce Momjian 2001-10-20 03:37:59 Re: Catalogs design question