Function create_postgres_publication

Source
pub async fn create_postgres_publication(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
    publication: &str,
    publication_data: PublicationData,
) -> Result<String, Error<CreatePostgresPublicationError>>