Re: postgres jdbc into eclipse plugin (OID problems)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: postgres jdbc into eclipse plugin (OID problems)
Дата
Msg-id 19464.1184254715@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: postgres jdbc into eclipse plugin (OID problems)  ("Diego Zanga" <naarani@gmail.com>)
Список pgsql-jdbc
"Diego Zanga" <naarani@gmail.com> writes:
> the query i was using was something like:
> select tableA.fieldA, tableA.fieldB from tableA where tableA.fieldA=8
> the query report an error about >tableA<, but not WHERE/WITCH
> tableA word reported the error.

Maybe you need to be using a more recent version of Postgres?
I get messages like

regression=# create table foo(x int, y int);
CREATE TABLE
regression=# select foo.x, foo.y, foo.z from foo;
ERROR:  column foo.z does not exist
LINE 1: select foo.x, foo.y, foo.z from foo;
                             ^
regression=#

            regards, tom lane

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

Предыдущее
От: Fabian Zeindl
Дата:
Сообщение: Re: questions regarding transactions
Следующее
От: "Michael Schmidt"
Дата:
Сообщение: backup through Java