Data types - Mailing list pgsql-novice

From Kevin Waterson
Subject Data types
Date
Msg-id 20030114124614.34ba1138.kevin@oceania.net
Whole thread Raw
Responses Re: Data types  (Andrew McMillan <andrew@catalyst.net.nz>)
List pgsql-novice
I have been reading up on table creation with postgres but
cannot see anything on data types. I have been looking at
http://www.postgresql.org/idocs/index.php?tutorial-table.html

and if gives an example..

CREATE TABLE weather (
    city            varchar(80),
    temp_lo         int,           -- low temperature
    temp_hi         int,           -- high temperature
    prcp            real,          -- precipitation
    date            date
);

what is real?
Is there a list of data types?

Kind regards
Kevin
--
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html
Kevin Waterson
Port Macquarie, Australia

pgsql-novice by date:

Previous
From: Lex Berezhny
Date:
Subject: Re: Had to drop some table columns, managed to annoy MS
Next
From: Andrew McMillan
Date:
Subject: Re: Data types