Re: [GENERAL] Float - Mailing list pgsql-general

From George Kousi
Subject Re: [GENERAL] Float
Date
Msg-id 36484E52.DCB7703E@albourne.com
Whole thread Raw
In response to Re: [GENERAL] postgreSQL 6.3.2 and AIX  (Memphisto <szoli@netvisor.hu>)
List pgsql-general
"Anatoly K. Lasareff" wrote:

> >>>>> "JEP" == Javier E Polo <jpolo@luna.uniandes.edu.co> writes:
>
>  JEP> I'm want to create a table with data types float or doubles. How can I declare them
>  JEP> ?
>
>  JEP> Create table rrrrrrr (
>  JEP> tip1  ????(float)???,
>  JEP> );
>
> Pehaps
>
> create table rrr (
>   a     float
> );
>
> What is the problem?
>
> --
> Anatoly K. Lasareff              Email:       tolik@icomm.ru
> Senior programmer

try:
create table rrr (
a float4
);

Regards,

George Kousi


pgsql-general by date:

Previous
From: Fuad Abdallah
Date:
Subject: Re: [GENERAL] Does 6.4 work with Irix 6.5.1 ?
Next
From: "Bryan White"
Date:
Subject: Postgres vs. Oracle