Re: installation..

From: Glenn English <ghe(at)slsware(dot)com>
To: pgsql novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: installation..
Date: 2002-12-04 22:08:47
Message-ID: 1039039727.8114.13.camel@optiplex.slsware.loc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Tue, 2002-12-03 at 21:06, Jeffrey Melloy wrote:
> Start postmaster with -i. This will tell it to listen for tcp/ip
> packets on port 5432.

It did indeed. The important part, though, was realizing that postgresql
doesn't listen for IP packets by default.

The -i switch to postmaster isn't a practical solution on my system,
though, because the startup script uses pg_ctl, and -i isn't a legal
option. There's a param in the config file called tcpip_socket - the
first one in the distributed postgresql.config - that needs to be set to
true. It's all in TFM, once I knew to look for it.

Thanks very much.

Postgresql isn't like the other servers I've played with on Linux. I
have a feeling I'm at the bottom of a very high and very steep learning
curve...

--
Glenn English
ghe(at)slsware(dot)com

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Warren Massengill 2002-12-04 22:19:08 Re: Copy entire file as one field
Previous Message Dmitri Touretsky 2002-12-04 21:44:46 Re: Yet one more stupid question