Re: Can I Save images in postgres?

Поиск
Список
Период
Сортировка
От Jasen Betts
Тема Re: Can I Save images in postgres?
Дата
Msg-id h8nv8c$cg5$1@reversiblemaps.ath.cx
обсуждение исходный текст
Ответ на Can I Save images in postgres?  (纪晓曦 <sheepjxx@gmail.com>)
Список pgsql-general
On 2009-09-09, 纪晓曦 <sheepjxx@gmail.com> wrote:
> --001636834258521c91047319fd34
> Content-Type: text/plain; charset=ISO-8859-1
>
> Can I save images in the postgres?

yes.

> How to define?

a bytea column it probably a good start

> Does the format matters?

not to postgres.

base64 or hex encoding and storing in a text filed also works.

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Problems with pg_dump for PG8.4 for WinXP (MinGW build)
Следующее
От: Jasen Betts
Дата:
Сообщение: Re: Can I Save images in postgres?