Re: XQuery support

Поиск
Список
Период
Сортировка
От Matthias Brantner
Тема Re: XQuery support
Дата
Msg-id 1FF64993-4C1D-4759-9352-DB7781DD3EF7@28msec.com
обсуждение исходный текст
Ответ на Re: XQuery support  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
> Well, maybe you can answer the questions I had last time I looked at it, namely:
>
>> XQuery is a whole other question. Adding another library dependency is something we try to avoid. Zorba
<http://www.zorba-xquery.com/>might work, but it appears to have its own impressive list of dependencies (why does it
requireboth libxml2 and xerces-c? That looks a bit redundant.) 
In Zorba, we use libxml2 for parsing XML documents. This dependency is specific to
a particular  store implementation. For instance, a store on top of PostgreSQL could use
any parser for importing XML documents.
The xerces-c dependency is used for providing XML Schema support. If you do
not want to provide this functionality in a first step, you can simply switch
it off at compile time and xerces-c will not be required.
The same is also valid for the ICU dependency which is used for Unicode support.
Specifically, Zorba uses it for regular expression evaluation and collation support.

Best regards

Matthias

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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: Streaming replication on win32, still broken
Следующее
От: Matthias Brantner
Дата:
Сообщение: Re: XQuery support