Обсуждение: Re: [pgsql-www] escapes in submitted docs comments

Поиск
Список
Период
Сортировка

Re: [pgsql-www] escapes in submitted docs comments

От
Magnus Hagander
Дата:


On Wed, Jul 19, 2017 at 3:18 PM, Peter Eisentraut <peter.eisentraut@2ndquadrant.com> wrote:
On 2/2/17 22:47, Peter Eisentraut wrote:
> The docs comments coming in through pgsql-docs look like this:
>
> select instr(&#39;010000101001001&#39;,&#39;1&#39;,-1) from dual
>
> Can the escaping be fixed?

This is still happening.  Anything that could be done about it?


Wow, that's an old thread for a very trivial bug. Turns out the suggested fix from Feb 15th was actually correct. It was just never applied..

I have finally gotten around to doing this now. Sorry about the delay! 

--