Re: postgresql.conf file help.

From: "Gyorgy Molnar" <yuri(at)powercom(dot)com(dot)sg>
To: "Matthew Stanfield" <matthew(at)propertyknowledge(dot)com>, "PostgreSQL General Mailing List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: postgresql.conf file help.
Date: 2002-04-08 08:15:18
Message-ID: 003301c1ded5$88071390$9b01a8c0@dell8100
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I think you have this file:-))

Try:
ps -ax | grep post

The replay will be something like this.

/usr/bin/postmaster -D /var/lib/pgsql/data

If you cannot see the line above, you may want to start the PostgreSQL
daemon.

If you go to the /var/libpgsql/data directory you will find the file you are
loking for.

Set the tcpip_socket to true. You will find it in the "Connection
Parameters" section at the beginning of the file.

You may aslo want to check the pg_hba.conf file to set up some access rigth
for your local subnet.

Kind Regards,
Yuri

----- Original Message -----
From: "Matthew Stanfield" <matthew(at)propertyknowledge(dot)com>
To: "PostgreSQL General Mailing List" <pgsql-general(at)postgresql(dot)org>
Sent: Sunday, April 07, 2002 12:06 PM
Subject: [GENERAL] postgresql.conf file help.

> Hi,
>
> I've just installed postgresql on linux and it's working on the linux
> system. However I still need to set up the network connections so the
other
> machines on our lan can access the database.
>
> I believe these details are set in the postgresql.conf file. Could a few
> people email me a copy of this file so I can get the idea what network
> settings I must set and what to set them to. Alternatively someone could
> just give me a 'generic' setting of just the relevent settings.
>
> Many thanks and regards,
>
> Matthew
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Frank Joerdens 2002-04-08 09:05:27 Re: inherited columns as foreign keys WAS "no subject"
Previous Message Denis Gasparin 2002-04-08 07:54:50 Re: binary data storage