Inet address of the remote connection : Inet Address « Postgre SQL « PostgreSQL






Inet address of the remote connection


postgres=#
postgres=#
postgres=# -- inet address of the remote connection
postgres=# select inet_client_addr();
 inet_client_addr
------------------
 127.0.0.1
(1 row)

postgres=#
           
       








Related examples in the same category

1.inet address of the local connection