Re: XML ouput for psql

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: XML ouput for psql
Дата
Msg-id Pine.LNX.4.44.0303051829550.2224-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: XML ouput for psql  (greg@turnstep.com)
Ответы Re: XML ouput for psql
Re: XML ouput for psql
Re: XML ouput for psql
Список pgsql-hackers
greg@turnstep.com writes:

> I think all psql needs is a simple output, similar to the ones used by
> Oracle, Sybase, and MySQL; the calling application should then process
> it in some way as needed (obviously this is not for interactive use).
> Where can one find a "standard table model?"

I think for processing-oriented output, the system described in the
SQL/XML standard draft is the way to go.  Considering the people who wrote
it, it's probably pulled from, or bound to appear in, a major commercial
database.

I also think that psql is not the place to implement something like this.
It's most likely best put in the backend, as a function like
   xmlfoo('select * from t1;')

Then any interface and application that likes it, not just psql-based
ones, can use it.

-- 
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] Non-colliding auto generated names
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: XML ouput for psql