Re: what is the default username password for PostgreSQL, which was installed with FC5. - Mailing list pgsql-general

From chris smith
Subject Re: what is the default username password for PostgreSQL, which was installed with FC5.
Date
Msg-id 3c1395330610270417g55a866cft260ff5dc3ac82ce8@mail.gmail.com
Whole thread Raw
In response to Re: what is the default username password for PostgreSQL, which was installed with FC5.  ("Purusothaman A" <purusothaman.a@gmail.com>)
List pgsql-general
On 10/27/06, Purusothaman A <purusothaman.a@gmail.com> wrote:
> Thanks for all of your valuable replies.
>
> Please tell me, what should i do to login with syntax
>
>           psql  -Uusername  -h192.168.2.2  -dusername(database name).
>
> Because I should be able to login from any login and also from any  system.

Set up your pg_hba.conf file to what you need.

I have a small article about this on my site:

http://www.designmagick.com/article/4/

The postgres documentation is here:
http://www.postgresql.org/docs/current/static/client-authentication.html
--
Postgresql & php tutorials
http://www.designmagick.com/

pgsql-general by date:

Previous
From: Ron Johnson
Date:
Subject: Re: skip duplicate key error during inserts
Next
From: Gerson Machado
Date:
Subject: Send email from PostgreSQL, may I ?