--- Returns pre-install information for PostgreSQL
--- @param ctx table Context provided by vfox
--- @return table Pre-install info
functionPLUGIN:PreInstall(ctx)localversion=ctx.versionreturn{version=version,url="https://ftp.postgresql.org/pub/source/v"..version.."/postgresql-"..version..".tar.gz",}end