Backward compatibility psql 8.1 to 8.2 - Mailing list pgsql-sql

From Bryce Nesbitt
Subject Backward compatibility psql 8.1 to 8.2
Date
Msg-id 47B1573C.9070402@obviously.com
Whole thread Raw
Responses Re: Backward compatibility psql 8.1 to 8.2  (Richard Huxton <dev@archonet.com>)
List pgsql-sql
I'm getting the dreaded psql warning:
 WARNING:  You are connected to a server with major version 8.1, but your psql client is major version 8.2.  Some
backslashcommands, such as \d, might not work properly.
 

And indeed, most stuff works, but \d for a specific table fails.  Has
there been talk of making a backwards compatibility nod here?  I don't
want to downgrade my development machine, and I don't control the remote
machine.  How fundamentally different is the protocol -- and would it be
feasible to support both?
                              -Bryce



pgsql-sql by date:

Previous
From: "Premsun Choltanwanich"
Date:
Subject: PostgreSQL does not support updateable cursors
Next
From: Bryce Nesbitt
Date:
Subject: Re: Proposed archival read only trigger on rows - prevent history modification