I've created a database called Inflight as user fc
I've created a user named luser
I want to:
grant all on database Inflight to luser;
and PostgreSQL responds:
ERROR: database "inflight" not found
Which is strange because I had just connected to database Inflight as
user fc.
Bah Humbug!