Re: problem connecting to pg.

From: "Josh Berkus" <josh(at)agliodbs(dot)com>
To: "postgresql" <pgsql(at)symcom(dot)com>, "PgSQL-SQL" <pgsql-sql(at)postgresql(dot)org>
Subject: Re: problem connecting to pg.
Date: 2001-08-14 15:25:20
Message-ID: web-101882@davinci.ethosmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"postgresql":

> I am experimenting with running PG 7.1.2 on Mac OSX. I seem to
> have a problem with getting my users to connect. This works
> beautifully when connect to my linux box.

Hmm ... this probably isn't the right list for you. Try pgsql-general
or pgsql-interfaces. As yet, there is no specific OSX resource.

Some general advice (and please take this off-list if you reply):
1. Make sure that postmaster is starting successfully (and not crashing
right after start).
2. Make sure that postmaster is starting in TCP/IP mode ( -i ).
3. Make sure that OSX's built-in firewall isn't blocking Port 5432.
4. Try setting a log file for postgresql and monitor it when you try to
connect.
5. Make sure that the access file (pg_hba.conf) allows access from your
client machine.

Personally, I'd be interested in hearing about your problems/successes.
We're planning to port Postgres to OSX.1 as soon as it comes out.

-Josh Berkus

______AGLIO DATABASE SOLUTIONS___________________________
Josh Berkus
Complete information technology josh(at)agliodbs(dot)com
and data management solutions (415) 565-7293
for law firms, small businesses fax 621-2533
and non-profit organizations. San Francisco

Attachment Content-Type Size
unknown_filename text/plain 2 bytes
unknown_filename text/plain 2 bytes
unknown_filename text/plain 2 bytes

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2001-08-14 15:30:00 Re: [SQL] Re: Arithmetic operation on DATE
Previous Message Josh Berkus 2001-08-14 15:16:07 Re: DateDiff, IsNull?