Navigating Databases / Tables in SQL Editor - Mailing list pgadmin-support

From Carlos Mennens
Subject Navigating Databases / Tables in SQL Editor
Date
Msg-id CAAQLLO7S4B02XQj48-zBEzD1mn6G75SZQB7-H29wM8rR1mEF7Q@mail.gmail.com
Whole thread Raw
Responses Re: Navigating Databases / Tables in SQL Editor
List pgadmin-support
This may seem like a really novice question however when I select my
database in pgAdmin3, I then click the SQL window. How can I switch
database connections or show / describe tables in the SQL Editor?
Usually I would be in psql and just run:

\c dbname

\d (show tables)

\d tname (describe table)

Sadly my SQL Editor doesn't support psql commands so I was wondering
what the correct way to do this in pgAdmin3 would be...

Thanks for any help!


pgadmin-support by date:

Previous
From: Colin Beckingham
Date:
Subject: Re: Feedback on database designer (1.15 Dev)
Next
From: Guillaume Lelarge
Date:
Subject: Re: Navigating Databases / Tables in SQL Editor