On Thu, 1 Feb 2001, Derek wrote:
> I've downloaded and printed off al the pgsql documentation from the greatbridge website,
> but can't find a comprehensive list of data types for pgsql columns.
>
> Can anyone point me in the right direction?
>
Try chapter 3 "Datatypes" from the users guide. You can read it from
http://postgresql.org/users-lounge/docs/7.0/user/datatype.htm. For
a quick list type \dT in psql.
- Einar