On Wed, 2005-04-20 at 13:44, sidhki adha wrote:
> help,
> why my postgresql doesn,t run in port 5432 is my postmaster running in other port
> thank i am new using postgresql
Most likely you need to set tcpip_socket=true in your postgresql.conf
file (or start the postmaster with a -i switch if you start it by hand.)