Re: 7.3B3 psql talking to a 7.2.3 server?

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: 7.3B3 psql talking to a 7.2.3 server?
Дата
Msg-id 1036168705.5794.87.camel@jester
обсуждение исходный текст
Ответ на 7.3B3 psql talking to a 7.2.3 server?  (Larry Rosenman <ler@lerctr.org>)
Ответы Re: 7.3B3 psql talking to a 7.2.3 server?  (Larry Rosenman <ler@lerctr.org>)
Список pgsql-hackers
On Fri, 2002-11-01 at 11:30, Larry Rosenman wrote:
> Is the following supposed to work? 
> 
> $ psql -U neteng -h tide netmaster 
> ERROR:  parser: parse error at or near "."

7.3 psql is schema safe.

So... it's trying to do silly things like:
SELECT * FROM pg_catalog.pg_class;

Of course, 7.2 and earlier did not support such syntax.

--  Rod Taylor



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Request for supported platforms
Следующее
От: Larry Rosenman
Дата:
Сообщение: Re: 7.3B3 psql talking to a 7.2.3 server?