From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: pgsql-admin(at)postgresql(dot)org
Cc: choiceys(at)hanmail(dot)net
Subject:
Date: 1998-05-16 17:43:17
Message-ID: Pine.BSF.3.96.980516144217.287F-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

===================================================================
This message has been sent to a DEAD mailing list, and subsequently
reforwarded to the proper one: pgsql-admin(at)postgresql(dot)org
===================================================================

Hello!

I'm a developer who is developing an Internet Search Engine.
Gladly, We've decided to use your product, PostgreSQL v.6.3.2.
But there are some problems to use it.
Please let me know the solutions.

First, We cannot connect the database from the other machine.
i.e, it is not permitted the remote access from other machine.

I read several documentions you provided, and followed the directions.
The directions are the following:

1. change the account into 'postgres'.
2. change the 'pg_hba.conf' file in the path /usr/local/pgsql/data.
host all 0.0.0.0 0.0.0.0 trust
--> this means everyone can access every database from everywhere, right?
3. kill the postmaster and delete the '/tmp/.s.PGSQL.5432=' file
4. restart postmaster with -i -D$(PGDATA) options.

Are there any mistake? or something else?
We intalled postgreSQL in RedHat Linux 5.0.

We are pretty pleased and surprised at postgreSQL's performance.
You are the great team!! Thanks if answer me.

* please NOT EMAIL TO THIS EMAIL ADDRESS. We don't have POP3. :-)
Instead, email me to 'choiceys(at)hanmail(dot)net'

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message The Hermit Hacker 1998-05-16 22:22:41 PostgreSQL questions
Previous Message The Hermit Hacker 1998-05-15 20:14:31 Re: [GENERAL] Distributed Database with PostgreSQL