Search Postgresql Archives

Re: configure password

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 31 out, 07:33, joao_z...@xxxxxxxxx (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';



---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to majordomo@xxxxxxxxxxxxxx so that your
       message can get through to the mailing list cleanly


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux