RE: Re: Storing images in PG?

Поиск
Список
Период
Сортировка
От Andrew SNow
Тема RE: Re: Storing images in PG?
Дата
Msg-id 000001c12630$c9ab7fb0$fa01b5ca@avon
обсуждение исходный текст
Ответ на Re: Re: Storing images in PG?  (Tod McQuillin <devin@spamcop.net>)
Ответы Re: Re: Storing images in PG?  (Karel Zak <zakkr@zf.jcu.cz>)
Список pgsql-general
>  Yes, but good is encode binary data (image) to same ascii safe
> encoding like base64, else you will have problem in INSERT/UPDATE
> queries.

Correct me if I'm wrong, but the only thing "lztext" can't store is
NULLs, which could escaped somehow with other (rare) characters.  Still
overhead, but you shouldn't be storing large pieces of binary data this
way, I think.


- Andrew



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

Предыдущее
От: Tod McQuillin
Дата:
Сообщение: Re: Re: Storing images in PG?
Следующее
От: Karel Zak
Дата:
Сообщение: Re: Re: Storing images in PG?