Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Re: Upper and Lower-cased Database names? - Mailing list pgsql-general

From Harald Armin Massa
Subject Re: Upper and Lower-cased Database names?
Date
Msg-id 7be3f35d0710100114g18fc6a6g89e36702cfa0156c@mail.gmail.com
Whole thread Raw
In response to Upper and Lower-cased Database names?  ("Daniel B. Thurman" <dant@cdkkt.com>)
List pgsql-general
Daniel,

please try:

select * from "MyTest".public.cars;

mixed cases need those ", per SQL-Standard. In my experienced mixed cases in qualifiers which cross OS-barriers cause more trouble then use (... filenames with WebServers ...)

Harald
postgres=# select * from MyTest.public.cars;
ERROR:  cross-database references are not implemented: " mytest.public.cars"

--
GHUM Harald Massa
persuadere et programmare
Harald Armin Massa
Spielberger Straße 49
70435 Stuttgart
0173/9409607
fx 01212-5-13695179
-
EuroPython 2008 will take place in Vilnius, Lithuania - Stay tuned!

pgsql-general by date:

Previous
From: Michal Taborsky - Internet Mall
Date:
Subject: Re: SLEEP in posgresql
Next
From: "Christian Rengstl"
Date:
Subject: Re: Upper and Lower-cased Database names?