Re: predefined animation and pre-recorded sounds in postgresql - Mailing list pgsql-general

From Raymond O'Donnell
Subject Re: predefined animation and pre-recorded sounds in postgresql
Date
Msg-id 4873DEE4.1070509@iol.ie
Whole thread Raw
In response to predefined animation and pre-recorded sounds in postgresql  (aravind chandu <avin_friends@yahoo.com>)
List pgsql-general
On 08/07/2008 19:44, aravind chandu wrote:

>             I just need to load pre-defined animations and pre-recorded
> sounds in postgresql.Can you please tell how to do this.I appreciate
> your help.

You need the bytea data type, which lets you store binary data. How you
get it in and out depends on what interface you're using.

There have been various threads - one earlier today, as it happens - on
the respective merits of storing binary files in the database or in the
filesystem; might be worth your while having a trawl through the archives.

Ray.

------------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------

pgsql-general by date:

Previous
From: aravind chandu
Date:
Subject: predefined animation and pre-recorded sounds in postgresql
Next
From: "Matthew Dennis"
Date:
Subject: array sort for varchar arrays?