Re: [GENERAL] not able to connect to Database

2005-04-01 Thread Richard Huxton
Nageshwar Rao wrote: Hi, Psql -l gives names of databases in which it does not show "test". But same test I am still able to access through pgAdmin III utility. You must be looking at two different installations. Check your connection settings in pgadmin. -- Richard Huxton Archonet Ltd --

Re: [GENERAL] not able to connect to Database

2005-03-31 Thread Nageshwar Rao
Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] not able to connect to Database On Thu, 2005-03-31 at 16:10 +0530, Nageshwar Rao wrote: > When I do psql test (database name) it says database "test" does not > exists. > > But with pgAdminIII utility I get to see the data

Re: [GENERAL] not able to connect to Database

2005-03-31 Thread Ragnar Hafstað
On Thu, 2005-03-31 at 16:10 +0530, Nageshwar Rao wrote: > When I do psql test (database name) it says database "test" does not > exists. > > But with pgAdminIII utility I get to see the database "test" and able > to create tables ,insert the data etc. > > Why is this? maybe the existing dat

Re: [GENERAL] not able to connect to Database

2005-03-31 Thread Lonni J Friedman
On Thu, 31 Mar 2005 16:10:04 +0530, Nageshwar Rao <[EMAIL PROTECTED]> wrote: > > > Hi, > > When I do psql test (database name) it says database "test" does not exists. > > But with pgAdminIII utility I get to see the database "test" and able to > create tables ,insert the data etc. > >

[GENERAL] not able to connect to Database

2005-03-31 Thread Nageshwar Rao
Title: not able to connect to Database Hi, When I do psql test (database name) it says database "test" does not exists. But with pgAdminIII utility I get to see the database "test" and able to create tables ,insert the data etc. Why is this? Rgds Rao