pub async fn execute_postgres_sql_in_schema( pool: &PgPool, query: &str, schema_name: &str, ) -> Result<PostgresSqlExecutionResult, Error>