pub async fn get_pg_major_version(client: &Client) -> Result<u32, PostgresError>Expand description
Get the major version of the PostgreSQL server.
pub async fn get_pg_major_version(client: &Client) -> Result<u32, PostgresError>Get the major version of the PostgreSQL server.