Re: How to list and describe tables in psql???

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: How to list and describe tables in psql???
Дата
Msg-id 52C547B8.7070502@iol.ie
обсуждение исходный текст
Ответ на How to list and describe tables in psql???  (peterlen <peteralen@earthlink.net>)
Ответы Re: How to list and describe tables in psql???
Список pgsql-general
On 02/01/2014 01:53, peterlen wrote:
> I am using PostgreSQL 9.1 and have boon looking for psql commands to list all
> tables in the current database as well as how to "describe" a given table.
> I have come across some info on the web (older mostly) that lists commands
> like \d, \dt, or \d+ <tablename> but I get results like "no relations found"
> or "column reltriggers does not exist".  Not sure what is going on.
>
> Can someone enlighten me on the right commands to use?

Possibly a silly question, but are you connected to the correct
database? If you don't specify a database on the psql command line, then
psql connects to a database with the same name as the username you use
to connect, if such a database exists.

Ray.


--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie


В списке pgsql-general по дате отправления:

Предыдущее
От: "Janek Sendrowski"
Дата:
Сообщение: Re: How to delete completely duplicate rows
Следующее
От: Abdul Sayeed
Дата:
Сообщение: Re: How to list and describe tables in psql???