Re: Can I Save images in postgres?

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Can I Save images in postgres?
Дата
Msg-id 4AA6FA49.6010005@hogranch.com
обсуждение исходный текст
Ответ на Can I Save images in postgres?  (纪晓曦 <sheepjxx@gmail.com>)
Ответы Re: Can I Save images in postgres?  (Yaroslav Tykhiy <yar@barnet.com.au>)
Список pgsql-general
纪晓曦 wrote:
> Can I save images in the postgres? How to define? Does the format
> matters? Can I save JPG/PNG?How?

you can save images as BYTEA data, and the format is totally up to your
application, as postgres just treats it as a block of bytes.    however,
I generally find it easier to store my images on a file system, and just
put the file path in the database.






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

Предыдущее
От: Scott Frankel
Дата:
Сообщение: Re: where clauses and multiple tables
Следующее
От: Scott Frankel
Дата:
Сообщение: Re: where clauses and multiple tables