Re: byteain bug(?)

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: byteain bug(?)
Дата
Msg-id 200109070424.f874OEQ25507@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: byteain bug(?)  ("Joe Conway" <joseph.conway@home.com>)
Список pgsql-hackers
> > > It checks for a '\' followed by three digits, but does not attempt to
> > > enforce that the three digits actually produce a valid octal number.
> Anyone
> > > object to me fixing this?
> > >
> 
> Based on the thread this morning on patches, I was thinking we should allow
> '\\', '\0', or '\###' where ### is any valid octal. At least that's what I
> was going to have decode(bytea, 'escape') handle.

Yep, it is way too open right now.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: "Joe Conway"
Дата:
Сообщение: Re: byteain bug(?)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] Conditional NOTIFY is not implemented