Re: [GENERAL] Variable case database names

2001-08-31 Thread Peter Eisentraut
[EMAIL PROTECTED] writes: > How can i create variable case data bases ? Double quote the database name: psql -c 'create database "MiXeD";' -- Peter Eisentraut [EMAIL PROTECTED] http://funkturm.homeip.net/~peter ---(end of broadcast)---

[GENERAL] Variable case database names

2001-08-31 Thread amprasad
Whenever i create a database with command : psql -h HostName -p PortName -c "create database DATABASENAME " template1 The database is created with small case . How can i create variable case data bases ? regards AMBIKA ---(end of broa

[GENERAL] Variable case database names

2000-01-20 Thread Patrick Welche
List of databases Database | Owner +-- Newnham| prlw1 % psql Newnham psql: connection to database "newnham" failed - FATAL 1: Database "newnham" does not exist in the system catalog. template1=> \c 'Newnham' FATAL 1: Database "newnham" does not exist in the