Cannot view tables when connecting to PostgreSQL from SQL Developer

From: bobt_1234 <Rthompson(at)sutron(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Cannot view tables when connecting to PostgreSQL from SQL Developer
Date: 2015-06-10 18:19:36
Message-ID: 1433960376750-5853254.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I am new to PostgreSQL and I have an issue connecting to it from SQL
Developer.

I create a connection, enter the user ID and password, click "choose
database" and it populates a drop-down list with all of the available
databases. That all works great.

However, when I select a database and connect to it, I don't see any tables.
If I open the same database in pgAdmin III, there is a sub-node under the
database name called "schemas". If you expand that, you can see all of the
tables. In SqlDeveloper, however, there is no "schema" node, and clicking
on tables displays nothing.

Is there something I'm doing wrong? How can I view my postgreSQL tables
from a SQL Developer connection?

--
View this message in context: http://postgresql.nabble.com/Cannot-view-tables-when-connecting-to-PostgreSQL-from-SQL-Developer-tp5853254.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message David G. Johnston 2015-06-10 18:31:18 Re: Cannot view tables when connecting to PostgreSQL from SQL Developer
Previous Message Kay 2015-06-09 19:20:40 Diagnosing poor insert performance in production?