Backward Compatibility

Started by Richard W. Kruetzerover 25 years ago2 messagesgeneral
Jump to latest
#1Richard W. Kruetzer
rwk@AmeriCom.com

I have an old Postgres server (v6.3) running on a machine which I do not
control and cannot update.

I have a new machine which came with Postgres 7.0.2, which I do control.

I need to be able to talk to the v6.3 server from the new machine.

Can this be done? When I try I get:

newMachine$ psql -h oldMachine myDatabase
psql: Unsupported frontend protocol.

Please reply to: rwk@americom.com

Thanks,
Dick

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Richard W. Kruetzer (#1)
Re: Backward Compatibility

rwk@americom.com writes:

I need to be able to talk to the v6.3 server from the new machine.

You'll have to install a 6.3.x libpq and psql for that, I'm afraid.

regards, tom lane