Re: interval conversion bug

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Andrzej Wojtaszek" <Andrzej(dot)Wojtaszek(at)pro-futuro(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: interval conversion bug
Date: 2004-11-25 16:25:34
Message-ID: 29794.1101399934@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Andrzej Wojtaszek" <Andrzej(dot)Wojtaszek(at)pro-futuro(dot)com> writes:
> not working with error "cannot cast type character varying to iterval"

8.0 is more flexible about that, but for the moment use type text
instead of varchar.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Stephan Szabo 2004-11-25 16:32:44 Re: interval conversion bug
Previous Message Weiping 2004-11-25 10:32:27 Re: plpgsql lacks generic identifier for record in triggers...