Data types

Поиск
Список
Период
Сортировка
От Kevin Waterson
Тема Data types
Дата
Msg-id 20030114124614.34ba1138.kevin@oceania.net
обсуждение исходный текст
Ответы Re: Data types
Список 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 по дате отправления:

Предыдущее
От: Lex Berezhny
Дата:
Сообщение: Re: Had to drop some table columns, managed to annoy MS
Следующее
От: Andrew McMillan
Дата:
Сообщение: Re: Data types