Debian squeeze has been released, that’s nice ! (With the usual rants from some trolls, of course, but it wouldn’t be fun otherwise)

However, the PostgreSQL package has some problem in psql due to the fact it is using libedit instead of readline (for license reasons) :

There is a solution: you can still use psql with readline by preloading the library:

$ LD_PRELOAD=/lib/libreadline.so.6 psql