Re: data type to store a lot of text and tables of data - Mailing list pgsql-general

From Raymond O'Donnell
Subject Re: data type to store a lot of text and tables of data
Date
Msg-id 4BAA8A3A.2060403@iol.ie
Whole thread Raw
In response to data type to store a lot of text and tables of data  (Karina Guardado <kguardado@gmail.com>)
Responses Re: data type to store a lot of text and tables of data  (Karina Guardado <kguardado@gmail.com>)
List pgsql-general
On 24/03/2010 21:48, Karina Guardado wrote:
> Hi,
>
> Is there a special data type to use to store a lot of text and tables of
> data in a column or attribute?

For large amounts of text, just use the TEXT data type:

    http://www.postgresql.org/docs/8.4/static/datatype-character.html

Not sure what you mean by "tables of data".

Ray.


--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie

pgsql-general by date:

Previous
From: Szymon Guz
Date:
Subject: Re: data type to store a lot of text and tables of data
Next
From: Karina Guardado
Date:
Subject: Re: data type to store a lot of text and tables of data