On Thu, May 7, 2020 at 7:01 PM wrote:
>
> Hi,
>
> I am confused, the documentation says for pg_stat_database
> xact_commit Number of transactions in this database that have
> been committed
> and somewhere else
> txid_current()get current transaction ID, assigning a new one
> if
Hi,
I am confused, the documentation says for pg_stat_database
xact_commit Number of transactions in this database that have
been committed
and somewhere else
txid_current() get current transaction ID, assigning a new one
if the current transaction does not have one
I would ha