Re: tables invisible to pSQL

Поиск
Список
Период
Сортировка
Искать
От
Hannu Krosing
Тема
Re: tables invisible to pSQL
Дата
Msg-id
3BE6F3D9.656F941B@tm.ee
Список
Дерево обсуждения
tables invisible to pSQL "Michael Coughlin" <MPCoughlin4@Home.com>
Michael Coughlin wrote:
> 
> I've noticed that tables, that I created with pgAccess or Microsoft Access,
> are NOT visible in
> pSQL.
> 
> Any attempt in psql to SELECT * FROM tableName;
> results in the error:
>     "Relation 'tableName' does not exist."

Try 

#> SELECT * FROM "tableName";

as Access creates the tables eaxctly as you name them, you must use ""

using SELECT * FROM tableName; triest to access table "tablename"

------------
Hannu

В списке pgsql-interfaces по дате отправления
От: Michael Coughlin
Дата:
От: Hannu Krosing
Дата:
Сообщение: Re: tables invisible to pSQL
FAQ