Re: contrib/xml2 and xml type

Поиск
Список
Период
Сортировка
От Nikolay Samokhvalov
Тема Re: contrib/xml2 and xml type
Дата
Msg-id e431ff4c0701110709m4050c1edv446aed5ef6e4a2b8@mail.gmail.com
обсуждение исходный текст
Ответ на contrib/xml2 and xml type  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: contrib/xml2 and xml type  ("Nikolay Samokhvalov" <samokhvalov@gmail.com>)
Список pgsql-hackers
Duplicate versions of functions (e.g., there would be XMLPATH() as the main XPath function for XML type, producing arrays of values of XML type in general case -- non-standard, but generalized).

In addition to two SQL files for registration of module functions in database, I would move XSLT functions to separate SQL file (many people do not need XSLT, just XPath, or vice versa). Also, maybe it's worth to adjust Makefile to make using of contrib/xml2 without XSLT (on systems w/o libxslt) a little bit simpler (now everyone have to edit both Makefile and ...sql.in manually).

On 1/11/07, Peter Eisentraut <peter_e@gmx.net> wrote:
Assuming a working xml type, what do you think the future of the
contrib/xml2 module should be?

At the moment, I'd imagine that we add duplicate versions of most
functions, where appropriate, that use the xml type instead of the text
type.  Perhaps we should supply two sets of SQL files, so that users
have the choice of using the "legacy" versions or the "type-safe"
versions.  Anything else?

(I understand that some people are researching GIN-optimized XPath
access to XML data, but that is really a bit further out.)

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq



--
Best regards,
Nikolay

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] wal_checksum = on (default) | off
Следующее
От: Tom Lane
Дата:
Сообщение: Re: wal buffers documentation -errata