Re: [pgadmin-support] Navigating Databases / Tables in SQL Editor

2012-02-08 Thread Raymond O'Donnell
On 08/02/2012 17:18, Guillaume Lelarge wrote: > On Wed, 2012-02-08 at 11:58 -0500, Carlos Mennens wrote: >> 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 i

Re: [pgadmin-support] Navigating Databases / Tables in SQL Editor

2012-02-08 Thread Guillaume Lelarge
On Wed, 2012-02-08 at 11:58 -0500, Carlos Mennens wrote: > 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? To change connection, there is a

[pgadmin-support] Navigating Databases / Tables in SQL Editor

2012-02-08 Thread Carlos Mennens
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)