RE: editing postgresql.conf for network access

From: "Tim Mickol" <tmickol(at)combimatrix(dot)com>
To: "Andrew Gould" <andrewgould(at)yahoo(dot)com>, "Postgres Mailing List" <pgsql-general(at)postgresql(dot)org>
Subject: RE: editing postgresql.conf for network access
Date: 2001-06-04 02:37:44
Message-ID: NCEEJEAEIDNFKBMALPGMMEOKCCAA.tmickol@combimatrix.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

in postgresql.conf, find the entry:

#tcpip_socket = false

and modify it to

tcpip_socket = true

(i.e., comment and change to true to enable distributed postgres
capabilities)

this is the equivalent of the cmdline "-i" option

good luck!

-----Original Message-----
From: pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org]On Behalf Of Andrew Gould
Sent: Sunday, June 03, 2001 6:21 PM
To: Postgres Mailing List
Subject: [GENERAL] editing postgresql.conf for network access

I have PostgreSQL 7.1.1 running on FreeBSD 4.3. The
startup script uses pg_ctl; and instructs users to
edit /usr/local/pgsql/data/postgresql.conf to change
startup options. I've looked at the file; and am not
sure how to change the connection parameters. (I'm
assuming that I can't just type '-i' and expect it to
work.) I've already edited the host access
configuration file.

Any help would be appreciated.

Thanks,

Andrew

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year! http://personal.mail.yahoo.com/

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tim Mickol 2001-06-04 02:48:38 RE: editing postgresql.conf for network access
Previous Message Andrew Gould 2001-06-04 01:20:40 editing postgresql.conf for network access