Re: Display listings

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Display listings
Дата
Msg-id web-1814729@davinci.ethosmedia.com
обсуждение исходный текст
Ответ на Display listings  (Setyo Nugroho <snugroho@gmx.net>)
Список pgsql-novice
Setyo,

> How is it to display the listings/ detailed descriptions of a
> function
> or a table created using plpgsql or using database client such as
> psql?

Check out the \d commands through PSQL:

\dt     gives you a listing of all tables
\df     gives you a listing of all functions
\d table-name      gives you a schema of the table
\d function-name     gives you a list of parameters
etc.

Typing "\?" on the PSQL command line will show you more options.

-Josh




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

Предыдущее
От: "Carson Wilcox"
Дата:
Сообщение: libssl
Следующее
От: "cristi"
Дата:
Сообщение: Re: Display listings