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
|
| Список | 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 по дате отправления: