Re: configure password

From: "T(dot)J(dot) Adami" <adamitj(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: configure password
Date: 2007-10-31 11:04:03
Message-ID: 1193828643.644601.55420@o38g2000hse.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 31 out, 07:33, joao_z(dot)(dot)(dot)(at)globo(dot)com (Joo Paulo Zavanela) wrote:
> Hi,
>
> How I configure password to postgres user in Linux?
> I'm using trust, but I needing configure password in database.
>
> Thanks!
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match

For database roles, you can change the password by ALTER ROLE command.
For example, change the pwd for user postgres to 123 :

ALTER ROLE postgres PASSWORD '123';

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message T.J. Adami 2007-10-31 11:12:50 Re: strange message from pg_dumpall
Previous Message T.J. Adami 2007-10-31 10:47:46 Join between tables of two or more databases