pub async fn get_postgres_publication(
configuration: &Configuration,
workspace: &str,
path: &str,
publication: &str,
) -> Result<PublicationData, Error<GetPostgresPublicationError>>
pub async fn get_postgres_publication(
configuration: &Configuration,
workspace: &str,
path: &str,
publication: &str,
) -> Result<PublicationData, Error<GetPostgresPublicationError>>