I have a bunch of different version of postgresql installed, from 7.0 on forward, on various servers. As psql is fairly version specific, and tends to misbehave if the client and server versions don't match, I usually need to remember which version is running on which machine and port.

The obvious thing to do is write a wrapper that will transparently run the right version of psql for the database it's connecting to. Has anyone already done that?

Cheers,
  Steve


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to