Re: SQL/XML publishing function experimental patch II

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: SQL/XML publishing function experimental patch II
Дата
Msg-id BAY20-F16DE8B31443E86543B347BF9820@phx.gbl
обсуждение исходный текст
Ответ на Re: SQL/XML publishing function experimental patch II  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
>
>Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Do we want this XML patch in the backend?  It needs syntax support so I
> > don't see how it could be done in /contrib.  Attached.
>
>I think this could easily be done as an external module if it didn't
>insist on random additions to the function-call syntax.  AFAICS there
>isn't anything there that couldn't be done without that.
>

No, I am sorry, it's cannot be external module. Or cannot be without losting
functionality and elegance of SQL/XML. It's really depend on parser. People
which generate XML from database used it. But not now, because PostgreSQL
don't support it. But it's the moust faster way for generating XML files,
10x faster then PHP or Perl. Please look again on this patch. I am not sure
about solution without ANSI compatibility.

Regards
Pavel Stehule

_________________________________________________________________
Emotikony a pozadi programu MSN Messenger ozivi vasi konverzaci.
http://messenger.msn.cz/


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: return can contains any row or record functions
Следующее
От: "Pavel Stehule"
Дата:
Сообщение: Re: SQL/XML publishing function experimental patch II