You are not logged in.
Is there anyway to set Arch to just update packages with security vulnerabilities? I think when I pacman -Suy it updates anything that is newer than what I have installed, but in a production environment I may not want my postgres touched if there's a new version unless there's some security issue.
Offline
in rc.conf you can add "IgnorePkg = postgres"
and then update it at your liesure
Offline