Re: Postgres & XML

Поиск
Список
Период
Сортировка
От Frank Joerdens
Тема Re: Postgres & XML
Дата
Msg-id 20010319234532.A15515@rakete.joerdens.de
обсуждение исходный текст
Ответ на Re: Postgres & XML  (clayton cottingham <drfrog@smartt.com>)
Список pgsql-sql
On Mon, Mar 19, 2001 at 02:13:33PM -0800, clayton cottingham wrote:
> Najm Hashmi wrote:
> > 
> > Hi all, I was just wondering if there is  way or some sort of utility to
> > incorporate XML in postgrres.
> > Thanks in advance.
[ . . . ]
> ive done some simple processing using tables and xml::xslt
> 
> basically generating a xml page based on db info and then parsing to
> html
> using the xslt's

What do you do if a new DTD comes along that does not fit your schema? It
would seem that Postgres' object-oriented capabilities might come in
handy here. Haven't really thought about it too deeply but that appears
to be a case where it's cool to make a new table that inherits from the
original one to fit the new. Am I way off target or could anyone chip
in with examples?

Regards, Frank


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Postgres & XML
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Manual Trigger Creation