Re: SELECT clause no relation found.

Поиск
Список
Период
Сортировка
От Barry Lind
Тема Re: SELECT clause no relation found.
Дата
Msg-id 3EB30FAE.3050307@xythos.com
обсуждение исходный текст
Ответ на SELECT clause no relation found.  ("Mika Pesu" <mika.pesu@copro.fi>)
Ответы Re: SELECT clause no relation found.  (John Pfersich <jp1660@att.net>)
Список pgsql-jdbc
Mika,

If you turn sql statement tracing on on the server, you could then see
the exact sql statements that are being sent from the jdbc driver to the
server.

thanks,
--Barry

Mika Pesu wrote:
> what's wrong with key sql
>
> select * from person;
>
> gives me error no person relation found
>
> but when i use
> select * from "person"
>
> doesn't give any error.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>


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

Предыдущее
От: Barry Lind
Дата:
Сообщение: Re: Memroy leak with jdbc
Следующее
От: Hanasaki JiJi
Дата:
Сообщение: JDBC 3.0 support?