Postgres just released a 8.3.4 update a few days ago and when trying to update with a “yum update”, I got the following error:
–> Finished Dependency Resolution
Error: Missing Dependency: libossp-uuid.so.15 is needed by package postgresql-contrib
Interesting. Well libossp-uuid.so.15 is presumably used by the new-to-8.3 UUID datatype but I haven’t had this issue before. The [...]