Re: data type to store a lot of text and tables of data

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: Karina Guardado <kguardado(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: data type to store a lot of text and tables of data
Date: 2010-03-24 21:55:06
Message-ID: 4BAA8A3A.2060403@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)iol(dot)ie

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Carlo Stonebanks 2010-03-24 22:00:59 Re: How to dump JUST procedures/funnctions?
Previous Message Szymon Guz 2010-03-24 21:52:38 Re: data type to store a lot of text and tables of data