How to process distributed transaction within postgresql?
问题 Anyone can kindly tell me how to process distributed transaction within postgresql, which is also called "XA"? Is there any resources about it? Great thanks for any answer. 回答1: It looks like you are a bit confused. Generally database systems support two notions of distributed transaction types: Native distributed transactions and XA transactions. Native distributed transactions are generally between different servers of the same RDBMS. Postgres also supports this with the dblink_exec command