Re: Data Types and Their Aliases

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: Data Types and Their Aliases
Дата
Msg-id 574FBE79-298D-40C2-B33E-6703818AF36F@pgedit.com
обсуждение исходный текст
Ответ на Data Types and Their Aliases  ("Garcia, Joshua" <Joshua.Garcia@xerox.com>)
Ответы Re: Data Types and Their Aliases
Список pgsql-novice
On Jul 10, 2006, at 6:24 PM, Garcia, Joshua wrote:

> Where is there a good reference that shows all the data types and
> their aliases?
>
>
>
> For example, the reference would show that float8 is double
> precision and _float8 is an array of double precision data types.

http://www.postgresql.org/docs/8.1/interactive/datatype.html#DATATYPE-
TABLE

Arrays are not included here, but if you need more details you can
look at the pg_type system table.



John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


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

Предыдущее
От: "Garcia, Joshua"
Дата:
Сообщение: Oids, Array Size and Prepare & Execute
Следующее
От: "Garcia, Joshua"
Дата:
Сообщение: Re: Data Types and Their Aliases