Re: [hibernate-team] PostgreSQLDialect

From: "Tom Dunstan" <pgsql(at)tomd(dot)cc>
To: pgsql-hackers(at)postgresql(dot)org
Cc: "Simon Riggs" <simon(at)2ndquadrant(dot)com>, "Diego Pires Plentz" <diego(dot)pires(at)gmail(dot)com>
Subject: Re: [hibernate-team] PostgreSQLDialect
Date: 2007-11-12 13:42:45
Message-ID: ca33c0a30711120542k5a0ce82t13f65c1a0bf40c1d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> All of this should work for functions, but operators are a whole
> different story. I strongly suspect that someone is not going to be
> able to use e.g. @@ in a HQL query. Are there ways to do tsearch type
> queries just using functions and more standard operators?

Of course, if someone's using tsearch then they've already thrown
database agnosticism out the window, so they could always just knock
up a native SQL query directly. But it can get quite fiddly if there
are a lot of fields coming back in the result set - that's why it
would be nice if hibernate could handle these cases itself.

Cheers

Tom

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Dunstan 2007-11-12 14:00:52 Re: [hibernate-team] PostgreSQLDialect
Previous Message Tom Dunstan 2007-11-12 13:38:20 Re: [hibernate-team] PostgreSQLDialect