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

[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"? > > s

[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