1

I have a PostgreSQL database. I can connect to it via psql no problem, however, when I do database listing:

my_database=>\l

there is no my_database in the list!

When I connect to this same database via pgAdmin, I don't see it in the server's database list too and as an effect, can't view/edit it structure.

What it wrong there?

1
  • May be, the problem is in the rights to access databases from hosts. Check out your pg_hba.conf file. Commented Aug 5, 2010 at 11:11

0

You must log in to answer this question.

Browse other questions tagged .