Search Postgresql Archives

Re: PostgreSQL Top 10 Wishlist

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux