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
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
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)