Re: pg_dump errors

From: Kevin Kempter <kevink(at)consistentstate(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: pg_dump errors
Date: 2010-06-03 17:30:31
Message-ID: 201006031130.32033.kevink@consistentstate.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thursday 03 June 2010 11:18, Tom Lane wrote:
> Kevin Kempter <kevink(at)consistentstate(dot)com> writes:
> > pg_dump: Error message from server: ERROR: could not find hash function
> > for hash operator 33639
>
> Bizarre ... that command really oughtn't be invoking any non-builtin
> operator, but the OID is too high for a builtin. What do you get from
> "select 33639::regoperator"?
>
> regards, tom lane

postgres=# select 33639::regoperator
postgres-# ;
regoperator
----------------
abc.=(oid,oid)
(1 row)

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2010-06-03 17:45:01 Re: pg_dump errors
Previous Message Tom Lane 2010-06-03 17:18:48 Re: pg_dump errors