pub async fn uninstall(
ssh: &mut SshClient,
config: &PostgresConfig,
purge: bool,
) -> Result<()>Expand description
Uninstall PostgreSQL
ยงArguments
ssh- SSH connection to the serverconfig- PostgreSQL configuration (for version)purge- If true, remove all data and configuration files