Hi all,
I'm using postgresql 6.5.3 and I think I found a bug in createdb tool.
take a look...
verde:/home/coblib/beta$ createdb THISDB
verde:/home/coblib/beta$ psql THISDB
Connection to database 'thisdb' failed.
FATAL 1: Database thisdb does not exist in pg_database
verde:/home/coblib/beta$ psql -l
datname |datdba|encoding|datpath
----------+------+--------+----------
template1 | 31| 5|template1
THISDB | 31| 5|THISDB
Is this a known bug?
Jose