Re: Record

Поиск
Список
Период
Сортировка
От Aasmund Midttun Godal
Тема Re: Record
Дата
Msg-id 20011024151947.10803.qmail@ns.krot.org
обсуждение исходный текст
Ответ на Re: Record  (Alvaro Herrera <alvherre@atentus.com>)
Список pgsql-general
Escaping the byte sequence is quite simple:

    s/([^\w])/sprintf("\\%03o", ord($1))/eg;
(in perl).

On Wed, 24 Oct 2001 11:22:39 -0300 (CLST), Alvaro Herrera <alvherre@atentus.com> wrote:
> On Tue, 23 Oct 2001, Aasmund Midttun Godal wrote:
>
>
> 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!
>

Aasmund Midttun Godal

aasmund@godal.com - http://www.godal.com/
+47 40 45 20 46

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

Предыдущее
От: Keary Suska
Дата:
Сообщение: Re: PgSendMail, PgLinkPoint, PgMCK (CyberCash) joins
Следующее
От: wsheldah@lexmark.com
Дата:
Сообщение: Re: Record