Re: Upper characters in database names

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Jerome Ledorze <jledorze(at)irisa(dot)fr>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Upper characters in database names
Date: 2000-07-04 19:58:19
Message-ID: Pine.LNX.4.21.0007042151020.3542-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Jerome Ledorze writes:

> I want to use an already created database which name contains upper
> characters. When I try to connect it,
> psql converts all upper characters in lower case and tells that my
> database doesn't exist. How can I do to access my database ?

Double quotes

--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Dan Rosner 2000-07-05 02:27:38 Inserting null values into a float4 field using Perl DBI
Previous Message Dirk Koschuetzki 2000-07-04 17:20:41 Default mode for transaction in postgreSQL and JDBC