My problem is to identify the user who is responsible for the postgres connection(s).
I see many connections but they are all from a technical user not the real one.
Following the connection I identified (in this case) a sas process running with a(nother) technical user id too:
sasexe/sas -memsize 0 -cpucount ACTUAL -noterminal -nox cmd -netencryptalgorithm SASProprietary -metaserver xxx -metaport 8561 -metarepository Foundation -locale en_US -objectserver -objectserverparms protocol=bridge spawned spp=35155 cid=191 dnsmatch=xxx pb classfactory=440196 D4-90F0-11D0-9F41-00A024BB830C server=OMSOBJ:SERVERCOMPONENT/A53WXQBY.AZ000009 cel=credentials recon
What is this? How I can find the real user who is responsible?
Are there technical documentation avail for linux/prostgres admins?
I'm pretty new to SAS but know that all user interactions are running as stored procedures.