Boolean columns in SQL main window
- From: "Milen A. Radev" <milen(at)radev(dot)net>
- To: pgadmin-support(at)postgresql(dot)org
- Subject: Boolean columns in SQL main window
- Date: Fri, 26 May 2006 14:29:06 +0300
- Message-id: <32c009ea0605260429k18b2dc1p5123ca6ae2646eaa(at)mail(dot)gmail(dot)com>
That's more of a nitpick but the it annoys me so I decided to report it.
The columns of boolean type are displayed as of type "bool". Although
the pgsql parser accepts it as a name of a type, the more approriate
name would be "boolean" [1].
If a boolean column has a default value, it is displayed as "true" or
"false" (lower-case, not quoted). The more appropriate would be if the
boolean literals are in upper-case [1].
1. "8.6. Boolean Type"
(http://www.postgresql.org/docs/8.1/static/datatype-boolean.html)
--
Milen A. Radev
Home |
Main Index |
Thread Index