For people wanting a quick hacky fix, the postgresql-client-9.0
package can be compiled with readline support thusly:
sudo apt-get build-dep postgresql-9.0
sudo apt-get install devscripts
apt-get source postgresql-9.0
cd postgresql-9.0-*
perl -i -pe 's/libedit-dev,/libreadline-dev | libreadline5-dev,/g'
debian/control
dch -i "Restore readline capabilities in psql, at the cost of SSL
capabilities (see #603599)"
debuild
sudo dpkg -i ../postgresql-client-9.0_*_i386.deb
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org