Re: Postgres SQL Client for Suse Linux

From: yogesh <yogesh(dot)arora(dot)daffodil(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Postgres SQL Client for Suse Linux
Date: 2007-10-24 06:26:49
Message-ID: 1193207209.818151.272310@v29g2000prd.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support pgsql-admin

On Oct 24, 8:56 am, aroravisha(dot)(dot)(dot)(at)hotmail(dot)com (Vishal Arora) wrote:
> Hi Yogesh,
>
> you can build PgAdmin III from source for Suse.
>
> http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/branches/REL-1_8_0_PATCHES...
>
> follow the instructions given in the above link.
>
> Regards,
>
> Vishal
>
> > From: yogesh(dot)arora(dot)daffo(dot)(dot)(dot)(at)gmail(dot)com> Subject: [ADMIN] Postgres SQL Client for Suse Linux> Date: Tue, 23 Oct 2007 11:02:21 +0000> To: pgsql-ad(dot)(dot)(dot)(at)postgresql(dot)org> > Hello Frnds,> > I have installed postgres on Suse Linux using the YAST-->Software.> I have to check and Manipulate the tables and check the data......is> there are any client application to work on the Suse> Linux.............> > > Regards,> Yogesh Arora.> > > ---------------------------(end of broadcast)---------------------------> TIP 1: if posting/reading through Usenet, please send an appropriate> subscribe-nomail command to majord(dot)(dot)(dot)(at)postgresql(dot)org so that your> message can get through to the mailing list cleanly
>
> _________________________________________________________________
> Boo! Scare away worms, viruses and so much more! Try Windows Live OneCare!http://onecare.live.com/standard/en-us/purchase/trial.aspx?s_cid=wl_h...

Firstly as i am working on Suse Linux i start the Postgres using
following commands

Then, start Postgresql, create user 'adempiere' as superuser with
password 'adempiere':

/etc/init.d/postgresql start
su postgres
createuser adempiere

then create database 'adempiere', owner 'adempiere' with unicode

createdb adempiere -E UTF8 -O adempiere -U adempiere

Then
I have installed the PgAdmin Client for Postgres ........

Now when i start the Client, i have not found any server information
there....and not any database or users.....

and when i start it again from the Command line to check......
there i get a Message a Postmaster is already running so you can't
run......something like this...

What could be the Possibilities....how i can run see the Postgres
database there.....

Please reply as soon as possible.........

Regards,
Yogesh

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Raphaël Enrici 2007-10-24 19:38:53 Re: [pgadmin-support] pgAdmin III 1.8.0 for debian etch uploaded.
Previous Message Vishal Arora 2007-10-24 03:56:00 Re: Postgres SQL Client for Suse Linux

Browse pgsql-admin by date

  From Date Subject
Next Message Suresh Gupta VG 2007-10-24 07:11:04 Re: Postgresql takes more time to update
Previous Message Vishal Arora 2007-10-24 03:56:00 Re: Postgres SQL Client for Suse Linux