Re: problem with case-sensitivity of database name

From: Markus Bertheau <twanger(at)bluetwanger(dot)de>
To: "Leonid V(dot) Kovalev" <l(dot)kovalev(at)s7(dot)ru>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: problem with case-sensitivity of database name
Date: 2001-11-29 14:01:33
Message-ID: 1007042494.1110.5.camel@entwicklung01.cenes.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Thu, 2001-11-29 at 11:31, Leonid V. Kovalev wrote:
> drop database UniSystem,
>
> raise following error:
>
> psql:drop.sql:1: ERROR: DROP DATABASE: database "unisystem" does not exist

drop database "UniSystem"

PostgreSQL is case sensitive only when such names are quoted.

Markus Bertheau

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message ghaverla 2001-11-29 14:11:30 Re: spatial index
Previous Message Bryan Buchanan 2001-11-29 12:36:25 Re: Where do I start