On Wed, 18 Jun 2003, Travis Hume wrote:
> 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
Is the database inflight or "Inflight"? You're probably being
bitten by the case folding of unquoted names.