Re: BUG #3132: I don't access to DB

Lists: pgsql-bugs
From: "Duilio Andre Chavez Cuarite" <duiliochavez(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #3132: I don't access to DB
Date: 2007-03-09 23:14:34
Message-ID: 200703092314.l29NEYCi015590@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 3132
Logged by: Duilio Andre Chavez Cuarite
Email address: duiliochavez(at)gmail(dot)com
PostgreSQL version: 8.2.3
Operating system: Linux Centos 4
Description: I don't access to DB
Details:

Hi

I am not to access Database of the postgresql, I am view this message

You do not have access to any databases.


From: Gaetano Mendola <mendola(at)bigfoot(dot)com>
To: Duilio Andre Chavez Cuarite <duiliochavez(at)gmail(dot)com>
Subject: Re: BUG #3132: I don't access to DB
Date: 2007-03-13 17:12:40
Message-ID: 45F6DB88.40601@bigfoot.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

Duilio Andre Chavez Cuarite wrote:
> The following bug has been logged online:
>
> Bug reference: 3132
> Logged by: Duilio Andre Chavez Cuarite
> Email address: duiliochavez(at)gmail(dot)com
> PostgreSQL version: 8.2.3
> Operating system: Linux Centos 4
> Description: I don't access to DB
> Details:
>
> Hi
>
> I am not to access Database of the postgresql, I am view this message
>
> You do not have access to any databases.

What are you doing exactly? Local psql, ODBC, JDBC or what ?

However supposing you are having these problem using psql client,
please do the following.

Try these commands ( I suppose you can have root privileges ):

root# su - postgres
postgres# psql -l

this will show you all the database in your engine.

If you need to access on of these database:

psql <DB_NAME>

Regards
Gaetano Mendola