Getting linux $USER (and perhaps other env vars) in PL/pg-sql?

Started by Gauthier, Daveover 16 years ago2 messagesgeneral
Jump to latest
#1Gauthier, Dave
dave.gauthier@intel.com

Hi:

Running 8.3.4 on Linux.

From inside a stored procedure, is there a way to capture the linux user (environment var = $USER) that is attached to the DB?

A simplistic (though meaningless) example would be echo $USER from something like "select get_linux_user()".

Thanks
-dave

#2Sam Mason
sam@samason.me.uk
In reply to: Gauthier, Dave (#1)
Re: Getting linux $USER (and perhaps other env vars) in PL/pg-sql?

On Fri, Aug 07, 2009 at 12:08:45PM -0700, Gauthier, Dave wrote:

Running 8.3.4 on Linux.

From inside a stored procedure, is there a way to capture the linux
user (environment var = $USER) that is attached to the DB?

Not really, what if they were connecting over the network from a device
that doesn't have "users"?

Maybe the "current_user" variable[1]http://www.postgresql.org/docs/current/static/functions-info.html helps?

--
Sam http://samason.me.uk/

[1]: http://www.postgresql.org/docs/current/static/functions-info.html