Re: Upper and Lower-cased Database names?

Поиск
Список
Период
Сортировка
От Harald Armin Massa
Тема Re: Upper and Lower-cased Database names?
Дата
Msg-id 7be3f35d0710100114g18fc6a6g89e36702cfa0156c@mail.gmail.com
обсуждение исходный текст
Ответ на Upper and Lower-cased Database names?  ("Daniel B. Thurman" <dant@cdkkt.com>)
Список 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 по дате отправления:

Предыдущее
От: Michal Taborsky - Internet Mall
Дата:
Сообщение: Re: SLEEP in posgresql
Следующее
От: "Christian Rengstl"
Дата:
Сообщение: Re: Upper and Lower-cased Database names?