Postgres Installation (Port Number problem)

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Postgres Installation (Port Number problem)

ashoksatapathy
This post was updated on .
What to do when the port no. 5432 is used otherwise?
Reply | Threaded
Open this post in threaded view
|

Re: Postgres Installation (Port Number problem)

verussolutions
Administrator
Use
psql -d newgenlib -U postgres -p 5433

Also do not forget to change the port number in postgres-ds.xml (in the deploy directory) from 5432 to the new port number
Reply | Threaded
Open this post in threaded view
|

Re: Postgres Installation (Port Number problem)

ashoksatapathy
Thanks for your immediate support.