Nothing important, just a note to myself on downgrading (should also work with upgrading) postgresql-libs
with to a different version.
service pure-ftpd stop && \
rpm --erase postgresql9-libs --nodeps && \
yum install -y postgresql8-libs && \
service pure-ftpd start