Re: From TODO, XML?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: From TODO, XML?
Дата
Msg-id 200107300319.f6U3JGY24953@candle.pha.pa.us
обсуждение исходный текст
Ответ на From TODO, XML?  (mlw <markw@mohawksoft.com>)
Список pgsql-hackers
> I was looking over the todo list and saw that someone wanted to support XML. I
> have some quick and dirty stuff that could be used.
> 
> OK, what should the feature look like?
> 
> Should it be grafted onto pg_dump or should a new utility pg_xml be created?
> 
> How strict should it be? A stricter parser is easier to write, one can use a
> library, unfortunately most xml is crap and for the utility to be useful, it
> has to be real fuzzy.
> 
> Any input would be appreciated.

The updated TODO item is:
* Add XML interface:  psql, pg_dump, COPY, separate server (?)

I am unsure where we want it.  We could do COPY and hence a flag in
pg_dump, or psql like we do HTML from psql.  A separate server would
accept XML queries and return results.

What do people want?

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: LIBPQ on Windows and large Queries
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Re: Re: Re: Storing XML in PostgreSQL