Re: casting BOOL to somthng - Mailing list pgsql-sql

From sad
Subject Re: casting BOOL to somthng
Date
Msg-id 200409011027.11800.sad@bankir.ru
Whole thread Raw
In response to Re: casting BOOL to somthng  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Responses Re: casting BOOL to somthng
List pgsql-sql
> There's a difference between an output function and a cast to text.
> One gives you an external representation of the data for end use.  The
> other gives you an internal representation for manipulation.

And at the same time

't'::TEXT can be casted to BOOL
't'::BOOL

but reverse.



pgsql-sql by date:

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