2009年11月22日

Postgresql Notes

1.How to change the pssword of postgres
-> sudo -u postgres psql template1
-> alert user postgres with pasword [Password]
-> create user [UserName] with password [Password]

沒有留言: