Re: PostgreSQL Top 10 Wishlist

From: "John D(dot) Burger" <john(at)mitre(dot)org>
To: PostgreSQL-general general <pgsql-general(at)postgresql(dot)org>
Subject: Re: PostgreSQL Top 10 Wishlist
Date: 2006-01-13 13:57:37
Message-ID: 14b692fb36774c46a68fcf2a77a1090f@mitre.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John DeSoi 2006-01-13 14:10:51 Re: PostgreSQL Top 10 Wishlist
Previous Message Michael Glaesemann 2006-01-13 13:47:24 Re: PostgreSQL Top 10 Wishlist