pub async fn execute_select_postgres( pool: &PgPool, compiled: &CompiledQuery, default_table: &str, ) -> Result<Vec<Value>>