pub async fn get_edge_targets_postgres( pool: &PgPool, from: &RecordId, edge_table: &str, ) -> Result<Vec<RecordId>>