Re: Getting list of supported types in Postgres

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Getting list of supported types in Postgres
Дата
Msg-id CAB7nPqSXc=+Cbedbsa_ka2mTCrY3UubhGOfazHrzXaV140X=GA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Getting list of supported types in Postgres  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Getting list of supported types in Postgres
Список pgsql-general
On Thu, Aug 15, 2013 at 6:00 AM, Bruce Momjian <bruce@momjian.us> wrote:
> Try psql -E, and run the \dT command to see the query it uses.
You have also the following commands:
- ¥dT+, all types with addition information like its size ('var' is
for example variable length)
- ¥dTS+, this includes also the catalog types

Regards,
--
Michael


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

Предыдущее
От: Jayadevan M
Дата:
Сообщение: Re: Debugging Postgres?
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Getting list of supported types in Postgres