Hello.
there is a problem with drop database named 'UniSystem'.
executing command
psql -f drop.sql template1
where drop.sql file consists only one line:
drop database UniSystem,
raise following error:
psql:drop.sql:1: ERROR: DROP DATABASE: database "unisystem" does not exist
Instead of this, database named 'unisystem' can be created and droped correctly.
Please help, how to rename/drop database with up-case symbols in name?
great thanx,
Leonid Kovalev.