Re: double quotes in unicode dbs

Поиск
Список
Период
Сортировка
От Holger Klawitter
Тема Re: double quotes in unicode dbs
Дата
Msg-id 200208081516.49978.lists@klawitter.de
обсуждение исходный текст
Ответ на double quotes in unicode dbs  (Peter Novodvorsky <nidd@altlinux.com>)
Ответы Re: double quotes in unicode dbs  (Peter Novodvorsky <nidd@altlinux.com>)
Список pgsql-general
>        SELECT * FROM TEST1;
>
> works, but
>
>        SELECT * FROM "TEST1";

It might be a normal case problem.

Doublequotes make Postgres preserve the case of table names otherwise every is
being converted to lower case. Probably your table is named in lowercase
(either by creating it using "test1" or TEST1 without the double quotes).
You can see the interal name with the "\d" command.

With kind regards / mit freundlichem Gruß
    Holger Klawitter
--
Holger Klawitter                          http://www.klawitter.de
lists@klawitter.de

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: C-function and query
Следующее
От: Elielson Fontanezi
Дата:
Сообщение: RES: RES: [ADMIN] [SQL] 3-tier