Re: querying for specs?

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: querying for specs?
Дата
Msg-id 20011218173155.A12335@svana.org
обсуждение исходный текст
Ответ на querying for specs?  (mjbjr@beaudesign.com)
Список pgsql-general
On Mon, Dec 17, 2001 at 09:30:31PM -0800, mjbjr@beaudesign.com wrote:
> I'm new to sql and to postgres.  I've spent quite a bit of time trying to
> determine answers to the following questions, but have been unsuccessful.
>
> Say you work at a small company, and the person who was db admin dies
> suddenly.  How do you:

Question: Did you read the little help message that pops up when you start
psql?

> 1) determine what db's postgres knows about?

psql -l

> 2) how do you determine what tables exist, if any, in a given db?

\d

> 3) how do you determine the structure/specification (not the data) of a table?

\d [tablename]

You can use pg_dump -s to extract all the grotty details if oyu like.

HTH,
--
Martijn van Oosterhout <kleptog@svana.org>
http://svana.org/kleptog/
> Terrorists can only take my life. Only my government can take my freedom.

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: querying for specs?
Следующее
От: mjbjr@beaudesign.com
Дата:
Сообщение: Re: querying for specs?