Navigating Databases / Tables in SQL Editor

Поиск
Список
Период
Сортировка
От Carlos Mennens
Тема Navigating Databases / Tables in SQL Editor
Дата
Msg-id CAAQLLO7S4B02XQj48-zBEzD1mn6G75SZQB7-H29wM8rR1mEF7Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: Navigating Databases / Tables in SQL Editor  (Guillaume Lelarge <guillaume@lelarge.info>)
Список 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 по дате отправления:

Предыдущее
От: Colin Beckingham
Дата:
Сообщение: Re: Feedback on database designer (1.15 Dev)
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Navigating Databases / Tables in SQL Editor