problem with casting

From: "postgresql" <pgsql(at)symcom(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: problem with casting
Date: 2001-02-14 21:10:49
Message-ID: 200102142105.f1EL5fx84448@mail.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I have a table that has a 'date' column. In psql I tried to do a

select proofdate::text from openjobs where jobno = '10625';

responce:   can not cast type 'date' to 'text'

Did i miss-read this section. I thought I could cast the date to text. has anyone seen
this or am I missreading the docs?

thanks

Ted

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Olaf Zanger 2001-02-14 22:52:26 Re: cannot create sequence
Previous Message Peter Eisentraut 2001-02-14 21:03:07 Re: cannot create sequence