From: | Stephane Bortzmeyer <bortzmeyer(at)nic(dot)fr> |
---|---|
To: | Essam Mansour <essam(dot)mansour(at)gmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: XML Support |
Date: | 2006-06-22 12:03:13 |
Message-ID: | 20060622120313.GA31116@nic.fr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Tue, Jun 20, 2006 at 02:17:28PM +0100,
Essam Mansour <essam(dot)mansour(at)gmail(dot)com> wrote
a message of 35 lines which said:
> In my research project, I need a DBMS that supports XML storage and
> retrieval, and provides ECA rule support.
(No idea about ECA.)
> - whether Postgresql DB could be used as XML Repository or not?
Certainly, you can put XML in a TEXT field. Of course, without
XML-oriented retrieving tools, it is not very useful. At, least, with
xml2 (see beyond), you can insert XML and check if it is well-formed.
> - Whether Postgresql DB support the XQuery or SQL/XML or not?
Why not Xpath? It is supported in PostgreSQL (see
http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/README.xml2)
but I do not know about the performance (I don't know if there is
XML-oriented indexation).
From | Date | Subject | |
---|---|---|---|
Next Message | Douglas McNaught | 2006-06-22 12:16:05 | Re: Missing domain socket after reboot. |
Previous Message | Philippe Lang | 2006-06-22 11:41:31 | cpan perl module - plperlu danger? |