Re: graphics in postgres?

Поиск
Список
Период
Сортировка
От Gilles DAROLD
Тема Re: graphics in postgres?
Дата
Msg-id 3993A74B.FE7275A9@darold.net
обсуждение исходный текст
Ответ на graphics in postgres?  ("Ramses van Pinxteren" <ram6@euronet.nl>)
Список pgsql-general
Ramses van Pinxteren wrote:

> Hi, I am a very novice user of postres, and I immediately encountered
> a problem... the datatype BLOB is nowhere to be found in postgres. can
> I still ad binary info as a gif file to a database, and if so, what
> datatype should I use? my thanks,Ramses v. Pinxteren

You can use blob, but this is not a good idea if you want to allow
viewing these gif by Internet.
The better way is to store the path information into a text field. This
will give you better performance

Regards,

Gilles DAROLD


В списке pgsql-general по дате отправления:

Предыдущее
От: Andreas Tille
Дата:
Сообщение: Re: pg_dump and restore
Следующее
От: Horák Daniel
Дата:
Сообщение: RE: Windows 98