Is there a reason why Postgres chose to not use all lowercase characters
for these parameters' names.
postgres=# select name from pg_settings where name <> lower(name);
name
---------------
DateStyle
IntervalStyle
TimeZone
(3 rows)
--
Gurjeet Singh
http://gurjeet.singh.im/