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

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -