Is it possible to create a server inside the Postgresql database with a port other than 5432?
It is possible to have Server1: Postgresql on port 5432 and Server2: Test on port 5433 ??
Is it possible to create a server inside the Postgresql database with a port other than 5432?
It is possible to have Server1: Postgresql on port 5432 and Server2: Test on port 5433 ??
Change the file:
/etc/init.d/postgresql-9.3
The line:
PGPORT=5432
Then reload the service:
service postgresql-9.3 restart
service postgresql-9.3 reload