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 22:08:50
Message-ID: 4BAA8D72.5030808@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 24/03/2010 22:01, Karina Guardado wrote:

> what should be the data type to store a file that can be xls, doc, pdf
> for example.

Sorry, I missed this bit - for binary files you can use the bytea type.
Look under "Binary data types" in the docs.

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 Karina Guardado 2010-03-24 22:39:25 Re: data type to store a lot of text and tables of data
Previous Message Raymond O'Donnell 2010-03-24 22:04:04 Re: data type to store a lot of text and tables of data