Re: 7.3B3 psql talking to a 7.2.3 server?

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 7.3B3 psql talking to a 7.2.3 server?
Date: 2002-11-01 16:38:24
Message-ID: 1036168705.5794.87.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Larry Rosenman 2002-11-01 16:39:50 Re: 7.3B3 psql talking to a 7.2.3 server?
Previous Message Tom Lane 2002-11-01 16:35:15 Re: Request for supported platforms