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 4BAA8D72.5030808@iol.ie
Whole thread Raw
In response to Re: 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 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@iol.ie

pgsql-general by date:

Previous
From: Raymond O'Donnell
Date:
Subject: Re: data type to store a lot of text and tables of data
Next
From: "Carlo Stonebanks"
Date:
Subject: Re: How to dump JUST procedures/funnctions?