Re: what is the default username password for PostgreSQL, which was installed with FC5.

From: "chris smith" <dmagick(at)gmail(dot)com>
To: "Purusothaman A" <purusothaman(dot)a(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: what is the default username password for PostgreSQL, which was installed with FC5.
Date: 2006-10-27 11:17:23
Message-ID: 3c1395330610270417g55a866cft260ff5dc3ac82ce8@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/27/06, Purusothaman A <purusothaman(dot)a(at)gmail(dot)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/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Shane Ambler 2006-10-27 11:21:50 Re: what is the default username password for PostgreSQL,
Previous Message Gerson Machado 2006-10-27 11:11:01 Send email from PostgreSQL, may I ?