postgresql - change pgsql port -


this question has answer here:

i have installed pgsql instance running on port 1486. want change port 5433, how should proceed this?

there should line in postgresql.conf file says:

port = 1486 

change that.

the location of file can vary depending on install options. on debian-based distros /etc/postgresql/8.3/main/

on windows c:\program files\postgresql\9.3\data


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -