Re: [hibernate-team] PostgreSQLDialect

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Diego Pires Plentz <diego(dot)pires(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [hibernate-team] PostgreSQLDialect
Date: 2007-11-12 04:38:29
Message-ID: 4737D8C5.10706@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Diego Pires Plentz wrote:
> I'm thinking the same thing. We could let PostgreSQLDialect to do full
> support to Postgre 7.x and extend it to support the new
> features/functions in Postgre 8.x. Btw, to do that, one thing that we
> must do is identify what functions are new/still avaiable in 8.x. That
> approach is good too, because we can get different behaviors in each
> version of the database.
>
>

Major releases of Postgres are labeled n.n. Thus, each of 7.3, 7.4, 8.0,
8.1 and 8.2 has its own set of supported functions.

Moreover, Postgres is extensible, so ideally Hibernate should look at
providing a way of querying a database server to get a list of supported
function signatures.

Not sure how you could handle user defined types automatically, though.
Probably not.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Decibel! 2007-11-12 04:54:52 Re: Proposal: Select ... AS OF Savepoint
Previous Message Josh Berkus 2007-11-12 00:59:22 Re: [hibernate-team] PostgreSQLDialect