From: | "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk> |
---|---|
To: | "Moovarkku Mudhalvan" <mudhalvan(at)vasunas(dot)com> |
Cc: | "Oleg Lebedev" <olebedev(at)waterford(dot)org>, pgsql-admin(at)postgresql(dot)org, "Chad R(dot) Larson" <chad(at)eldocomp(dot)com> |
Subject: | Re: What is the default password for the user postgres.. |
Date: | 2001-10-15 22:06:57 |
Message-ID: | 200110152206.f9FM6vPo029996@linda.lfix.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
"Moovarkku Mudhalvan" wrote:
>Hi Friends,
>
> Greetings. What is the default password for the user postgres.. Let me
>change the password.. If i change the password.. Does it make any problem in
>my datas...
There is no password by default; create one with ALTER USER.
Passwords do not take effect unless pg_hba.conf is set up to use them. If
it is, and you have not assigned a password to postgres, you will not be
able to connect as postgres.
--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C
"If ye love me, keep my commandments." John 14:15
From | Date | Subject | |
---|---|---|---|
Next Message | Chris Pesko | 2001-10-16 00:02:52 | How do you manage WAL logs...... |
Previous Message | Tom Lane | 2001-10-15 21:07:48 | Re: psql \l problem |