Does dgraph support open/xa two-phase commit distributed transactions?

Does dgraph support two-phase commit distributed transaction ? Or is there a way to implement such a functionality using any of dgraph clients ? I want to be able to coordinate a transaction with Postgres db.

You can open a transaction, let it opened and use its keys to keep adding data, and then commit it. That’s all.