Re: BUG #15908: Xpath operations fail

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: BUG #15908: Xpath operations fail
Дата
Msg-id CAFj8pRBuawsX+zVVdiDXfT+iCSpobDXEEEcNSxdM6uweiDH3Og@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #15908: Xpath operations fail  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы RE: BUG #15908: Xpath operations fail  (Rick Vincent <rvincent@temenos.com>)
Список pgsql-bugs


čt 18. 7. 2019 v 16:22 odesílatel Tom Lane <tgl@sss.pgh.pa.us> napsal:
Pavel Stehule <pavel.stehule@gmail.com> writes:
> čt 18. 7. 2019 v 15:06 odesílatel Daniel Gustafsson <daniel@yesql.se>
> napsal:
>> I haven’t heard of anyone working on that, and it seems unlikely to happen
>> within the near future as few, if any, libraries support XPath 2.0 (or
>> later).

> Only XPath 1.0 is supported by libxml2. And this library is in permanent
> feature freeze mode :-(. Unfortunately, there is not any other library with
> friendly licence available for C language.

Not only that, but libxml2 is a rich source of security bugs.  I wish
we could get rid of that dependency altogether.  Unfortunately,
reimplementing our own xml and xpath functionality from scratch
seems like a large project :-(.  I don't think there's anybody
with sufficient time and interest to do it.

Maybe some C++ or Java library with good licence can be ported to C for usage in Postgres.

But it is lot of work.

Pavel

                        regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #15908: Xpath operations fail
Следующее
От: "dbman@sqlexec.com"
Дата:
Сообщение: RE: BUG #15917: Runtime Partition Pruning does not seem to work in PG11