On Mon, 2008-06-02 at 10:15 -0700, [EMAIL PROTECTED] wrote: > and how do i access or change password etc for this database later? > is there a turorial somewhere? >
http://www.postgresql.org/docs/manuals/ http://www.postgresql.org/docs/8.0/interactive/sql-alteruser.html >From that last page: Change a user's password: ALTER USER davide WITH PASSWORD 'hu8jmn3'; Change the expiration date of the user's password: ALTER USER manuel VALID UNTIL 'Jan 31 2030'; --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

