Page 1 of 1

Password

PostPosted: Sat Jan 23, 2010 9:29 pm
by Freeway
If I would like to change the password to my database can I just do it in the database management section of PT? or do I have to fuss with PSQL directly?

Re: Password

PostPosted: Sun Jan 24, 2010 5:30 am
by WhiteRider
I'm pretty sure you'll need to do it in postgres - Kraada will probably be able to help you out when he comes on later.

Re: Password

PostPosted: Sun Jan 24, 2010 9:33 pm
by kraada
You have to do it in postgresql directly. Actually the password isn't on the database it's on the user; you'd need to use the ALTER USER command which is detailed here.

highfalutin