Re: Getting list of supported types in Postgres

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Getting list of supported types in Postgres
Дата
Msg-id 520C5B7A.4030606@hogranch.com
обсуждение исходный текст
Ответ на Getting list of supported types in Postgres  (Ivan Radovanovic <radovanovic@gmail.com>)
Список pgsql-general
On 8/14/2013 5:17 AM, Ivan Radovanovic wrote:
> apparently pg_catalog.format_type for some types return quoted name
> ("char" for example), also I can't find decimal in results (there is
> numeric, but I would like to have complete list of supported types, so
> decimal should be included too). In documentation it is said that
> typlen of -1 or -2 means that type is variable length, but I don't
> know how to find out if type can have additional precision?

DECIMAL is not a type per say, its an alias for NUMERIC.


--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Getting list of supported types in Postgres
Следующее
От: Alexander Shutyaev
Дата:
Сообщение: vacuumdb uses a lot of disk