Re: [GENERAL] PostgreSQL and XA Distributed Transaction Protocol

2011-05-09 Thread Albe Laurenz
Christian Ferrari wrote: >>> Writing a specific stub to wrap-up PostgreSQL is not a too >>> difficult task, but I would be sure I am not re-inventing the wheel. >>> How can I am sure the standard XA interface is not availble? >>> Do you know if there is any document about this matter? > >> I search

Re: [GENERAL] PostgreSQL and XA Distributed Transaction Protocol

2011-05-07 Thread Christian Ferrari
>> Writing a specific stub to wrap-up PostgreSQL is not a too >> difficult task, but I would be sure I am not re-inventing the wheel. >> How can I am sure the standard XA interface is not availble? >> Do you know if there is any document about this matter? > I searched the archives and found som

Re: [GENERAL] PostgreSQL and XA Distributed Transaction Protocol

2009-06-08 Thread Albe Laurenz
Christian Ferrari wrote: > I'm developing a new, free, XA compliant transaction manager. > One of the first resource manager I would be glad to support > is PostgreSQL; after some googling I have found no > information related to PostgreSQL and XA protocol support. > Can anyone give me more infor

Re: [GENERAL] PostgreSQL and XA Distributed Transaction Protocol

2009-06-06 Thread Martin Gainty
ous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Sat, 6 Jun 2009 20:51:38 + From: cam...@yahoo.com Subject: [GENERAL] PostgreSQL and XA Distributed Transaction Protocol To: pgsql-general@postgresql.org Hi all, I'm developing a new, free, XA compliant transaction manager.

[GENERAL] PostgreSQL and XA Distributed Transaction Protocol

2009-06-06 Thread Christian Ferrari
Hi all, I'm developing a new, free, XA compliant transaction manager. One of the first resource manager I would be glad to support is PostgreSQL; after some googling I have found no information related to PostgreSQL and XA protocol support. Can anyone give me more information related to this matt