Re: configure password

Поиск
Список
Период
Сортировка
От T.J. Adami
Тема Re: configure password
Дата
Msg-id 1193828643.644601.55420@o38g2000hse.googlegroups.com
обсуждение исходный текст
Ответ на configure password  (João Paulo Zavanela <joao_zava@globo.com>)
Ответы Re: configure password  (João Paulo Zavanela <joao_zava@globo.com>)
Список 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 по дате отправления:

Предыдущее
От: João Paulo Zavanela
Дата:
Сообщение: configure password
Следующее
От: "T.J. Adami"
Дата:
Сообщение: Re: strange message from pg_dumpall