Re: 7.3B3 psql talking to a 7.2.3 server?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 7.3B3 psql talking to a 7.2.3 server?
Date: 2002-11-01 16:43:39
Message-ID: 26834.1036169019@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Larry Rosenman <ler(at)lerctr(dot)org> writes:
> Is the following supposed to work?

No. 7.3 psql uses schema syntax in its internal queries, so it will
fail to detect superuser status on pre-7.3 backends. Most backslash
commands won't work very well either :-(. However, manually issued
SQL should work as expected.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ulrich Neumann 2002-11-01 17:02:32 Some questions about the NetWare Port - please comment
Previous Message Larry Rosenman 2002-11-01 16:39:50 Re: 7.3B3 psql talking to a 7.2.3 server?