Re: Lowercase

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Lowercase
Дата
Msg-id 39253790.361E3365@cupid.suninternet.com
обсуждение исходный текст
Ответ на Lowercase  (Michael Knigge <mk@set-software.de>)
Список pgsql-novice
Michael Knigge wrote:
>
> Hi all,
>
> I've a Database named "Data", a Table named "Customers". When I
> issue a
>
> SELECT * FROM Customers
>
> I get the message "table customers not found" (or similar).
> BTW, I use ODBC from Windows NT.
>
> How can I tell Postrgres NOT to convert my Table, Column
> and Databasenames to lowercase?

Interesting. AFAIK postgres is case-insensetive. At least here
"select * from tablename", "SELECT * from TABLENAME" and
"SeLeCt * FrOm TaBlEnAmE" do exactly the same thing...

Hope this helps...

--
Martijn van Oosterhout <kleptog@cupid.suninternet.com>
http://cupid.suninternet.com/~kleptog/

В списке pgsql-novice по дате отправления:

Предыдущее
От: Michael Knigge
Дата:
Сообщение: Lowercase
Следующее
От: Bob Cregan
Дата:
Сообщение: Error on loading