Re: PostgreSQL Top 10 Wishlist

From: John Gray <jgray(at)azuli(dot)co(dot)uk>
To: robeddielee(at)hotmail(dot)com
Subject: Re: PostgreSQL Top 10 Wishlist
Date: 2006-01-13 19:59:27
Message-ID: pan.2006.01.13.19.59.25.9260@azuli.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Robert,

Others have covered some of your topics.

On Thu, 12 Jan 2006 20:51:44 -0800, rlee0001 wrote:

> 7.
> An XML field type and associated XPath/DOM functions. Other exotic
> field types like Image might be nice for some people as well. But XML
> would be awesome.
>

The contrib module xml2 (in the core source distribution and also
built in some bianry versions) provides some support functions for XPath,
where you store the documents in columns of type text. There is also a
project, XpSQL that does decomposition of XML documents - see
http://gborg.postgresql.org/project/xpsql/projdisplay.php

> Just some stupid ideas.

It's always valuable to see what people are interested in - but there are
sometimes reasons why it's not seen as practical or appropriate (standards
compliance, namespace pollution etc.) to include a requested feature.

Regards

John

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Fetter 2006-01-13 20:25:01 Re: PostgreSQL Top 10 Wishlist
Previous Message Qingqing Zhou 2006-01-13 18:51:13 Re: Error when inserting millions of records