Re: Bug #828: psql in 7.3 can't talk to 7.1 backends - Mailing list pgsql-bugs

From Philip Warner
Subject Re: Bug #828: psql in 7.3 can't talk to 7.1 backends
Date
Msg-id 5.1.0.14.0.20021202002936.054b2ac8@mail.rhyme.com.au
Whole thread Raw
In response to Bug #828: psql in 7.3 can't talk to 7.1 backends  (pgsql-bugs@postgresql.org)
Responses Re: Bug #828: psql in 7.3 can't talk to 7.1 backends
List pgsql-bugs
At 08:23 AM 1/12/2002 -0500, pgsql-bugs@postgresql.org wrote:
>Maybe this is a locale thing; but ISTM it should issue a more meaningful
>message or refuse to connect.

It's a schema thing; can't talk to 7.2 either. Queries sent to backend at
startup include:

     BEGIN; SELECT usesuper FROM pg_catalog.pg_user WHERE usename =
'geochem'; COMMIT

I guess we should get the version & refuse to connect...





----------------------------------------------------------------
Philip Warner                    |     __---_____
Albatross Consulting Pty. Ltd.   |----/       -  \
(A.B.N. 75 008 659 498)          |          /(@)   ______---_
Tel: (+61) 0500 83 82 81         |                 _________  \
Fax: (+61) 03 5330 3172          |                 ___________ |
Http://www.rhyme.com.au          |                /           \|
                                  |    --________--
PGP key available upon request,  |  /
and from pgp5.ai.mit.edu:11371   |/

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #828: psql in 7.3 can't talk to 7.1 backends
Next
From: Philip Warner
Date:
Subject: Re: Bug #827: pg_dump in 7.3 can't dump 7.1 db