Обсуждение: Postgres SQL Client for Suse Linux

Поиск
Список
Период
Сортировка

Postgres SQL Client for Suse Linux

От
yogesh
Дата:
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.


Re: Postgres SQL Client for Suse Linux

От
"Scott Marlowe"
Дата:
On 10/23/07, yogesh <yogesh.arora.daffodil@gmail.com> wrote:
> 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.............

Well, there's the psql command line client.

You should look for pgadmin III

Re: Postgres SQL Client for Suse Linux

От
Vishal Arora
Дата:
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/pgadmin3/INSTALL?view=markup 
 
follow the instructions given in the above link.
 
Regards,
 
Vishal






> From: yogesh.arora.daffodil@gmail.com
> Subject: [ADMIN] Postgres SQL Client for Suse Linux
> Date: Tue, 23 Oct 2007 11:02:21 +0000
> To: pgsql-admin@postgresql.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 majordomo@postgresql.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! Try now!

Re: Postgres SQL Client for Suse Linux

От
yogesh
Дата:
On Oct 24, 8:56 am, aroravisha...@hotmail.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.arora.daffo...@gmail.com> Subject: [ADMIN] Postgres SQL Client for Suse Linux> Date: Tue, 23 Oct 2007
11:02:21+0000> To: pgsql-ad...@postgresql.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
towork on the Suse> Linux.............> > > Regards,> Yogesh Arora.> > > ---------------------------(end of
broadcast)--------------------------->TIP 1: if posting/reading through Usenet, please send an appropriate>
subscribe-nomailcommand to majord...@postgresql.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