Re: Table with differerent Data Types - Mailing list pgsql-general

From Klint Gore
Subject Re: Table with differerent Data Types
Date
Msg-id 481022E5.40807@une.edu.au
Whole thread Raw
In response to Table with differerent Data Types  (xaviergxf <xaviergxf@gmail.com>)
List pgsql-general
xaviergxf wrote:
> Hi,
>
>
>    I´m trying to do the follow: create a table like:
> create table t(
>   cod serial,
>   data_type char(10),
>   value ???
> );
>
> I would like to do the follow the table would tell me what data type
> its the value. For instance:
>
> insert into t values(1, 'Integer', 12);
> insert into t values(2, 'String', 'test');
> insert into t values(3, 'Float', 1.23);
>
> How can i do that? Its that possible? How Can i solve this problem?
>
see http://www.varlena.com/varlena/GeneralBits/110.php

klint.

--
Klint Gore
Database Manager
Sheep CRC
A.G.B.U.
University of New England
Armidale NSW 2350

Ph: 02 6773 3789
Fax: 02 6773 3266
EMail: kgore4@une.edu.au


pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: error connecting to database: could not open relation
Next
From: Martijn van Oosterhout
Date:
Subject: Re: error connecting to database: could not open relation