Function postgresql_archive::get_version
source ยท pub async fn get_version(version: &Version) -> Result<Version>
Expand description
Gets the version of PostgreSQL for the specified version. If the version minor or release is not specified, then the latest version is returned. If a release for the version is not found, then a ReleaseNotFound error is returned.