Re: Data Types and Their Aliases - Mailing list pgsql-novice

From John DeSoi
Subject Re: Data Types and Their Aliases
Date
Msg-id 574FBE79-298D-40C2-B33E-6703818AF36F@pgedit.com
Whole thread Raw
In response to Data Types and Their Aliases  ("Garcia, Joshua" <Joshua.Garcia@xerox.com>)
Responses Re: Data Types and Their Aliases
List 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 by date:

Previous
From: "Garcia, Joshua"
Date:
Subject: Oids, Array Size and Prepare & Execute
Next
From: "Garcia, Joshua"
Date:
Subject: Re: Data Types and Their Aliases