Re: Record

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Record
Дата
Msg-id Pine.LNX.4.33L2.0110241121000.25995-100000@aguila.protecne.cl
обсуждение исходный текст
Ответ на Re: Record  ("Aasmund Midttun Godal" <postgresql@envisity.com>)
Ответы Re: Record
Список pgsql-general
On Tue, 23 Oct 2001, Aasmund Midttun Godal wrote:

> I am not sure I understand what you mean. However if you are wanting to store an image in a table you have 2 options:
>
> 1. bytea fields.
> 2. large objects.

Third option is to encode the image (base64?) and then store as text.
It's probably slower (since you have to decode it everytime), uses much
more space, but you don't have to worry about escaping the byte
sequence.

--
Alvaro Herrera (<alvherre[@]atentus.com>)
Jajaja! Solo hablaba en serio!


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

Предыдущее
От: "Dominic J. Eidson"
Дата:
Сообщение: Re: Disable Transaction - plans ?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: MATCH FULL flawed?