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
Post a Comment