casting UNKNOWN to REGCLASS - Mailing list pgsql-sql

From sad
Subject casting UNKNOWN to REGCLASS
Date
Msg-id 200409011043.06513.sad@bankir.ru
Whole thread Raw
In response to Re: casting BOOL to somthng  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
List pgsql-sql
> select 't'::text::bool;
> ERROR:  cannot cast type text to boolean
>
> If you're thinking 't'::bool, that's something different.

Ok
i have nothing to opppose

and by the way (!!!)

why TEXT can not be casted to REGCLASS ?



pgsql-sql by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: casting BOOL to somthng
Next
From: Geoffrey
Date:
Subject: Re: casting BOOL to somthng