Re: predefined animation and pre-recorded sounds in postgresql

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: predefined animation and pre-recorded sounds in postgresql
Дата
Msg-id 4873DEE4.1070509@iol.ie
обсуждение исходный текст
Ответ на predefined animation and pre-recorded sounds in postgresql  (aravind chandu <avin_friends@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: aravind chandu
Дата:
Сообщение: predefined animation and pre-recorded sounds in postgresql
Следующее
От: "Matthew Dennis"
Дата:
Сообщение: array sort for varchar arrays?