Re: Wither 8.3 doc's on cast operator for domain data types?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Steven Lembark <lembark(at)wrkhors(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Wither 8.3 doc's on cast operator for domain data types?
Date: 2009-06-11 16:02:45
Message-ID: 26792.1244736165@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Steven Lembark <lembark(at)wrkhors(dot)com> writes:
> Using Postgres 8.3.6, trying to run a query with
> bound parameters gives me:

> ERROR: XX000: error from Perl function
> "expire_facts": operator does not exist: retire
> d_date => retired_date at line 56.

Uh, maybe you are looking for ">=" rather than "=>" ?

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message SHARMILA JOTHIRAJAH 2009-06-11 16:05:08 Postgres auditing features
Previous Message Steven Lembark 2009-06-11 15:53:12 Wither 8.3 doc's on cast operator for domain data types?