is there a way to nicely delete relations from a p...
# spicedb
y
is there a way to nicely delete relations from a postgres datastore without using zed? my sense is that just removing rows from
relation_tuple
and
relation_tuple_transaction
could break things like GC. the context is that we've ended up with some relations that are stale/orphaned, we don't have an easy mechanism for zed to talk to SpiceDB because of incidental infrastructure complexity, but for the same incidental complexity reasons I can get a
psql
shell