port of the local connection : Inet Port « Postgre SQL « PostgreSQL






port of the local connection

postgres=# -- port of the local connection
postgres=# select inet_server_port();
 inet_server_port
------------------
             5432
(1 row)

postgres=#

           
       








Related examples in the same category

1.Port of the remote connection