Re: PostGreSQL - Accessing It

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mel(at)melroman(dot)net
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostGreSQL - Accessing It
Date: 2003-08-13 13:58:15
Message-ID: 23474.1060783095@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Mel Roman <mel(at)melroman(dot)net> writes:
> How can I find out the password for user postgres so that I can finally
> begin working with this database?

You don't need to --- and you ought to change it away from whatever it
was factory-set as, anyway. Become root and set postgres' password to
something you like.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message firoz ahamed 2003-08-13 14:43:03 HLR/HSS
Previous Message Tom Lane 2003-08-13 13:56:37 Re: Installing DBD::Pg Perl module locally