Re: [ADMIN] pg_dump errors

2010-06-03 Thread Kevin Kempter
On Thursday 03 June 2010 11:45, Tom Lane wrote: > Kevin Kempter writes: > > On Thursday 03 June 2010 11:18, Tom Lane wrote: > >> 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::rego

Re: [ADMIN] pg_dump errors

2010-06-03 Thread Tom Lane
Kevin Kempter writes: > On Thursday 03 June 2010 11:18, Tom Lane wrote: >> 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"? > postgres=# select 33639::regoperator > postgr

Re: [ADMIN] pg_dump errors

2010-06-03 Thread Kevin Kempter
On Thursday 03 June 2010 11:18, Tom Lane wrote: > Kevin Kempter 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 builti

Re: [ADMIN] pg_dump errors

2010-06-03 Thread Tom Lane
Kevin Kempter 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"?