Re: [GENERAL] small doubt

2009-02-11 Thread Harald Armin Massa
Kusuma,

On Wed, Feb 11, 2009 at 13:43, Kusuma Pabba  wrote:
> what does postgres management gui mean ?
> How is it useful ?
>   can i have it on ubuntu?

propably  pgAdmin III, www.pgadmin.org

on ubuntu you can have pgadmin via

apt-get install pgadmin

best wishes,

Harald

-- 
GHUM Harald Massa
persuadere et programmare
Harald Armin Massa
Spielberger Straße 49
70435 Stuttgart
0173/9409607
no fx, no carrier pigeon
-
EuroPython 2009 will take place in Birmingham - Stay tuned!

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[GENERAL] small doubt

2009-02-11 Thread Kusuma Pabba

what does postgres management gui mean ?
How is it useful ?
   can i have it on ubuntu?


Thanks & Regards
 kusuma.p

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


Re: [GENERAL] small doubt

2009-02-05 Thread A. Kretschmer
In response to Kusuma Pabba :
> when i use
> /usr/local/pgsql/bin/psql test
> this i am getting following error
> psql: could not connect to server: No such file or directory
>Is the server running locally and accepting
>connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
> 
> should i restart the server or what should be done  for this
> 
> how can i resolve this  issue

Check, if the server is up and running. (netstat, ps, ...)

The location of the socket depends on your distibution, under Debian
this file is in /var/run/postgresql. You can start psql with -p or
--port and the correct position or set the location in the
postgresql.conf via unix_socket_directory = ...


Regards, Andreas
-- 
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[GENERAL] small doubt

2009-02-05 Thread Kusuma Pabba

when i use
/usr/local/pgsql/bin/psql test
this i am getting following error
psql: could not connect to server: No such file or directory
   Is the server running locally and accepting
   connections on Unix domain socket "/tmp/.s.PGSQL.5432"?

should i restart the server or what should be done  for this

how can i resolve this  issue

Thanks & Regards
 kusuma.p


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general