Re: 8.3, a few questions

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Enrico Sirola <enrico(dot)sirola(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: 8.3, a few questions
Date: 2007-12-03 15:46:16
Message-ID: 20071203154616.GN4386@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Dec 03, 2007 at 04:41:35PM +0100, Enrico Sirola wrote:
> Dear all,
> I'd like to use the upcoming release 8.3 for my next project. When is it
> expected to be finalized? My deadline is 2nd quarter 2008, do you think
> there is a chance for me to use it?

Most likely. While there is no promised target, I would expect the final
version to be out pretty soon.

> A second question (more technical). Is it possible to put an index on an
> xpath expression of an XML type?
> Thanks a lot for your help,

You can use an expressional index for that. It doesn't do arbitrary xpath,
but if you query by the same xpath expression, it should work fine.

//Magnus

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stefan Niantschur 2007-12-03 16:03:46 Re: pgcrypto functions fail for asymmetric encryption/decryption
Previous Message Enrico Sirola 2007-12-03 15:41:35 8.3, a few questions