Re: View the contents of a database

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: View the contents of a database
Дата
Msg-id 200208062008.38786.dev@archonet.com
обсуждение исходный текст
Ответ на View the contents of a database  (nuno.barros@fc.ul.pt (Nuno Barros))
Список pgsql-general
On Tuesday 06 Aug 2002 11:36 am, Nuno Barros wrote:
> I am a beginner with Postgres and my question is quite simple.
> I want to make a query to see the contents of a database, i mean, see
> wich tables exist in a database.

At the psql prompt use the "\d" command - use "\?" to see other commands
available. Check the manual for full details of psql.

The "\d" command is just a shortcut for standard sql - you can start psql with
a -E flag to see how it does it.

- Richard Huxton

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

Предыдущее
От: Edwin Grubbs
Дата:
Сообщение: inet <<= and indexes
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Cannot use more than 16 attributes in an index