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