Re: PostgreSQL XA resource manager for C/C++ apps

From: Dave Cramer <davecramer(at)postgres(dot)rocks>
To: trn nrjn <shuba14(at)gmail(dot)com>
Cc: pgsql-interfaces(at)lists(dot)postgresql(dot)org
Subject: Re: PostgreSQL XA resource manager for C/C++ apps
Date: 2021-11-23 13:46:16
Message-ID: CADK3HHLB9MFQmeMm4ttbH51eArXYv2NnAkRKeA-LBUr5MVcTdA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Tue, 23 Nov 2021 at 02:10, trn nrjn <shuba14(at)gmail(dot)com> wrote:

> Hi,
>
> Could you please assist with the following when not using ODBC/JDBC?
>
> 1. Does PostgreSQL participate as an XA resource manager in an XA
> transaction managed by a transaction manager (eg: Oracle Tuxedo) for C/C++
> applications?
>
> 2. If so, can you please advice -
>
> 2.1. PostgreSQL xa_open string to be used for PostgreSQL
> XA resource manager by C/C++ applications managed by a a transaction
> manager (eg: Oracle Tuxedo)?
>
> 2.2. PostgreSQL XA switch structure (xa_switch_t) to be
> used (similar to xaosw for Oracle database)?
>
> 2.3. Is there any link that I can use as reference for
> PostgreSQL XA resource manager?
>
> Thanks and regards
> Shuba
>

opengauss-mirror/openGauss-connector-odbc: openGauss odbc connector
(github.com) <https://github.com/opengauss-mirror/openGauss-connector-odbc>
seems
to have one.

Dave Cramer
www.postgres.rocks

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message trn nrjn 2021-11-25 08:54:51 Re: PostgreSQL XA resource manager for C/C++ apps
Previous Message trn nrjn 2021-11-23 07:09:50 PostgreSQL XA resource manager for C/C++ apps