Port of the remote connection : Inet Port « Postgre SQL « PostgreSQL






Port of the remote connection


postgres=# -- port of the remote connection
postgres=# select inet_client_port() ;
 inet_client_port
------------------
             4996
(1 row)

postgres=#
           
       








Related examples in the same category

1.port of the local connection