Re: [GENERAL] How should the first step of PostgreSQL implementation should be? (revised)

2009-09-27 Thread Ricky Tompu Breaky
Dear Alban. You've solved my problem Thank you 1000x. On Sun, 27 Sep 2009 11:36:09 +0200 Alban Hertroys wrote: > On 27 Sep 2009, at 10:44, Ricky Tompu Breaky wrote: > > > RB>I forgot to show you that I've done these steps too: > > postgres=# ALTER ROLE ivia WITH LOGIN; > > ALTER ROLE > >

Re: [GENERAL] How should the first step of PostgreSQL implementation should be? (revised)

2009-09-27 Thread Alban Hertroys
On 27 Sep 2009, at 10:44, Ricky Tompu Breaky wrote: RB>I forgot to show you that I've done these steps too: postgres=# ALTER ROLE ivia WITH LOGIN; ALTER ROLE postgres=# alter user ivia with password '<>'; ALTER ROLE postgres=# alter user ivia with login; ALTER ROLE postgres=# commit; WARNUNG: k

Re: [GENERAL] How should the first step of PostgreSQL implementation should be? (revised)

2009-09-27 Thread Ricky Tompu Breaky
On Sun, 27 Sep 2009 15:36:33 +0700 Ricky Tompu Breaky wrote: > On Sat, 26 Sep 2009 09:35:27 -0400 > Bill Moran wrote: > > > Ricky Tompu Breaky wrote: > > > > > > Dear my friends... > > > > > > I've installed postgresql-server on OpenSuSE11.1 successfully but > > > I can't connect to it from p