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 backslash commands,
  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


---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to