Re: missing or erroneous pg_hba.conf file

From: "William ZHANG" <uniware(at)zedware(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: missing or erroneous pg_hba.conf file
Date: 2006-06-02 10:12:56
Message-ID: e5p2ur$1ed6$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

You'd better use plain text messages in newsgroups.
And you should use English.

Here is the document
http://www.postgresql.org/docs/8.1/interactive/client-authentication.html.
You can try with the lines in "Example 20-1. Example pg_hba.conf entries".
(Your pg_hba.conf is not correct.)

Steps:
1. Fix your pg_hba.conf according to the document mentioned above.
2. Use psql to test if you can connect to the database server.
If not, goto step 1, else goto step 3.
3. Use your application to run tests.

> ""qinyan"" <12315_qin(at)163(dot)com>
> wrote
......

With regards,
William ZHANG

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Satya Prakash Tripathi 2006-06-02 10:15:16 BUG #2463: postgres server crashes on "select count(*) from table;"
Previous Message William ZHANG 2006-06-02 09:56:42 Re: updating unique columns