Re: PostgreSQL Top 10 Wishlist - Mailing list pgsql-general

From John D. Burger
Subject Re: PostgreSQL Top 10 Wishlist
Date
Msg-id 14b692fb36774c46a68fcf2a77a1090f@mitre.org
Whole thread Raw
In response to Re: PostgreSQL Top 10 Wishlist  (Michael Glaesemann <grzm@myrealbox.com>)
List pgsql-general
rlee0001 wrote:

> 2.
> The ability to typecast from boolean to other datatypes. For example:
>         false::varchar
> ...would return varchar 'false' while:

Why should it return 'false'?  If anything, it seems to me it should do
the same as this:

   # select false;
    bool
   ------
    f
   (1 row)

That is, false::varchar => 'f'.

- John D. Burger
   MITRE


pgsql-general by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: PostgreSQL Top 10 Wishlist
Next
From: John DeSoi
Date:
Subject: Re: PostgreSQL Top 10 Wishlist