## Dan Mahoney ([email protected]): > On doing a routine pkg upgrade at the dayjob, the perl module p5-DBD-pg > forced an upgrade from postgresql12-client to postgresql13-client (which > uninstalled postgresql12-server).
p5-DBD-Pg uses the "default" postgresql version, which switched from 12 to 13 in Octobe r(or with the Quarterly switch, depending on what you use). If you build your own packages, you could pin the default postgresql version according to your needs via the make.conf mechanism, that is DEFAULT_VERSIONS+= pgsql=12 as an example. Regards, Christoph -- Spare Space
