Not existing relations ...

Поиск
Список
Период
Сортировка
От linux
Тема Not existing relations ...
Дата
Msg-id 9u2aab$g3i$2@news.tpi.pl
обсуждение исходный текст
Список pgsql-general
I have question about tabels' names convertion ...
3 tabels below were exported by ODBC to the DataBase, ...
Access join to them witout any problem, but from my program
(write in C++Builder) by ODBC I get message like this:
"Key violation.
Error while executing the query:
ERROR: Relation 'firsttable' does not exist.",
and the same is when I write question in psql.

DataBase=# \dt
          List of relations
       Name        | Type  |  Owner
-------------------+-------+----------
 FirstTable        | table | postgres
 SecondTable       | table | postgres
 ThirdTable        | table | postgres
(3 rows)

DataBase=# select * from FirstTable;
ERROR:  Relation 'firsttable' does not exist

Do I have to write question in lower case ?
Is there any other way to do something with this problem ?

I have Postgres version 7.0.3-8.

Sorry for my English ...

--
RysiekLL - Ryszard Wi�cek
rysiekll@vicom.ig.pl
+48 604 559724





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

Предыдущее
От: miki@canaan.co.il (Michael Ben-Nes)
Дата:
Сообщение: Locale and C Locale
Следующее
От: "Khan"
Дата:
Сообщение: PostgreSQL ODBC for Windows