Re: libpq on windows

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: libpq on windows
Дата
Msg-id 27068.1116615085@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: libpq on windows  (Gustavo Lopes <contratempo@gmail.com>)
Ответы Re: libpq on windows  (Gustavo Lopes <contratempo@gmail.com>)
Список pgsql-interfaces
Gustavo Lopes <contratempo@gmail.com> writes:
> Actually it seems the hints are not the problem. I see no pattern now.
> For instance, if table "j" doesn't exist, "drop table j" is ok but not
> "drop table".

Well, the latter generates a syntax complaint:

regression=# drop table j;
ERROR:  table "j" does not exist
regression=# drop table ;
ERROR:  syntax error at or near ";" at character 12
LINE 1: drop table ;                  ^
regression=#

Maybe the pattern is "any multi-line error message causes a problem"?
        regards, tom lane


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

Предыдущее
От: Gustavo Lopes
Дата:
Сообщение: Re: libpq on windows
Следующее
От: Gustavo Lopes
Дата:
Сообщение: Re: libpq on windows