Re: configure password - Mailing list pgsql-general

From T.J. Adami
Subject Re: configure password
Date
Msg-id 1193828643.644601.55420@o38g2000hse.googlegroups.com
Whole thread Raw
In response to configure password  (João Paulo Zavanela <joao_zava@globo.com>)
Responses Re: configure password  (João Paulo Zavanela <joao_zava@globo.com>)
List pgsql-general
On 31 out, 07:33, joao_z...@globo.com (Jo�o 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';



pgsql-general by date:

Previous
From: João Paulo Zavanela
Date:
Subject: configure password
Next
From: "T.J. Adami"
Date:
Subject: Re: strange message from pg_dumpall