postgresql - get the port number from linux server of postgre database -
i have database created in alinux server . trying connect databse using sql developer .it asking portnumber , seem have no idea of it.
is there way port number of postgre db using linux command.
5432 default port postgres, try one.
if still not working try see port configured in /etc configuration file /etc/postgresql/9.4/main/postgresql.conf
or take @ ports open netstat -a command , grep postgres
Comments
Post a Comment