Dashboard
About
Why Linux
Shell Scripts
Various
Linux distributions
UNIX family OS
Web Server monitoring tools
Contact
Showing posts with label
psql logged in user IP
.
Show all posts
Showing posts with label
psql logged in user IP
.
Show all posts
Friday, January 26, 2018
postgresql - Check ip of logged in user
To get Logged in user IP
Run Query :
postgres=>
select inet_client_addr();