From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "David E(dot) Wheeler" <david(at)kineticode(dot)com> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: ERROR: cache lookup failed for function 0 |
Date: | 2008-10-25 12:35:15 |
Message-ID: | 27390.1224938115@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
"David E. Wheeler" <david(at)kineticode(dot)com> writes:
> I ran into this error on 8.2 a while ago, and just figured out what
> was causing it. Here's a quick example on 8.2:
Seems to be fixed in HEAD:
regression=# SELECT '{foo}'::name[] <> '{bar}'::name[];
ERROR: operator is only a shell: name[] <> name[]
LINE 1: SELECT '{foo}'::name[] <> '{bar}'::name[];
^
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | toruvinn | 2008-10-25 13:46:59 | Re: bug with psql 8.3.3 on ubuntu |
Previous Message | Tom Lane | 2008-10-25 12:00:13 | Re: BUG #4497: array of user defined domains can't be passed to function |