Re: PGSQL no IP-port assigned

From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: Pablo Capeluto <capeluto(at)montevideo(dot)com(dot)uy>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: PGSQL no IP-port assigned
Date: 2003-02-14 01:17:38
Message-ID: 200302132017.38012.lamar.owen@wgcr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thursday 13 February 2003 05:06, Pablo Capeluto wrote:
> Your name : Pablo Capeluto
> Your email address : capeluto(at)montevideo(dot)com(dot)uy
> Mi comando para correr PostgreSQL es rcpostgresql start, funciona bien,
> postgresql status me dice "runing" pero las aplicaciones que uso para
> hacer consultas me dicen que no se puede conectar al servidor.
> Un scaning con nmap me da el resultado debajo descripto, el supuesto
> puerto 5432 no se encuentra abierto.

No habla español.

However, I think I know what your problem is. Find the file
'postgresql.conf'.

Find the line '#tcpip_socket = false'

Change to 'tcpip_socket = true'

Notice that the # is gone.
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Baffa Mario 2003-02-14 08:51:37 porting on ITANIUM2 platform under HP-UX.
Previous Message Tom Lane 2003-02-13 22:51:25 Re: Bug #896: Column Constraint Not Working in ALTER TABLE ADD COLUMN?