From: | Raymond O'Donnell <rod(at)iol(dot)ie> |
---|---|
To: | avin_friends(at)yahoo(dot)com |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: predefined animation and pre-recorded sounds in postgresql |
Date: | 2008-07-08 21:40:52 |
Message-ID: | 4873DEE4.1070509@iol.ie |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)iol(dot)ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------
From | Date | Subject | |
---|---|---|---|
Next Message | MadHatter | 2008-07-08 21:46:29 | plpgsql - or operator? |
Previous Message | aravind chandu | 2008-07-08 18:44:22 | predefined animation and pre-recorded sounds in postgresql |