Variable case database names - Mailing list pgsql-general

From Patrick Welche
Subject Variable case database names
Date
Msg-id 20000120151257.F12966@quartz.newn.cam.ac.uk
Whole thread Raw
List pgsql-general
   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 system catalog.
Previous connection kept


How can I connect to a database with a variable case name?

Cheers,

Patrick

pgsql-general by date:

Previous
From: Dan Reish
Date:
Subject: R-trees supported?
Next
From: Dan Reish
Date:
Subject: R-trees - any documentation?