Re: Hibernate Dialects for PostgreSQL

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Hibernate Dialects for PostgreSQL
Date: 2007-11-13 11:44:28
Message-ID: 200711131244.28948.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Am Montag, 12. November 2007 schrieb Simon Riggs:
> On Mon, 2007-11-12 at 14:28 +0100, Peter Eisentraut wrote:
> > Simon Riggs wrote:
> > > I enclose 3 Dialects for PostgreSQL, as discussed on -hackers.
> >
> > There is no such thing as PostgreSQL 8. Please don't do that; it would
> > confuse users about the versioning scheme.
>
> Would 8x be the right thing then?
>
> So PostgreSQL8xDialect or PostgreSQL80Dialect or ...

If you know it doesn't work before 8.0, PostgreSQL80Dialect sounds right.
Otherwise just PostgreSQLDialect or perhaps something like PostgreSQL{Base|
Abstract}Dialect.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2007-11-13 19:42:18 Re: fulltext parser strange behave
Previous Message Andrew Dunstan 2007-11-12 20:29:34 Re: [HACKERS] plperl and regexps with accented characters - incompatible?