Transaction user id through logical decoding - Mailing list pgsql-hackers

From valeriof
Subject Transaction user id through logical decoding
Date
Msg-id 1475056143158-5923261.post@n3.nabble.com
Whole thread Raw
Responses Re: Transaction user id through logical decoding  (Craig Ringer <craig.ringer@2ndquadrant.com>)
List pgsql-hackers
Hi all,
I'm developing a custom plugin to stream Postgres CDC changes to my client
application. One of the info the application needs is the user id of the
user who executed a certain transaction. I can see we have access to other
transaction info (xid, lsn, changed data) but apparently the user id is not
available.
Does anyone know if it is possible to extract this info in any way?

Thanks,
Valerio



--
View this message in context: http://postgresql.nabble.com/Transaction-user-id-through-logical-decoding-tp5923261.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.



pgsql-hackers by date:

Previous
From: Etsuro Fujita
Date:
Subject: Re: Push down more full joins in postgres_fdw
Next
From: Heikki Linnakangas
Date:
Subject: Re: Password identifiers, protocol aging and SCRAM protocol