Re: What is Dialect

From: Mike Christensen <mike(at)kitchenpc(dot)com>
To: Adarsh Sharma <adarsh(dot)sharma(at)orkash(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: What is Dialect
Date: 2010-11-22 08:25:44
Message-ID: AANLkTi=42e1WG6JqERecWJ+83p+ppkGdMOsrqOP=tZxK@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

If I understand your question correctly, a Dialect is an abstraction
layer that allows Hibernate to talk with different database backends
(MySQL, PG, Oracle, SQLServer, etc). Since different databases have
different syntaxes, various features, etc. This seems more of a
Hibernate question though, unless there's a "Dialect" feature in PG
that I'm unaware of.

On Sun, Nov 21, 2010 at 11:32 PM, Adarsh Sharma
<adarsh(dot)sharma(at)orkash(dot)com> wrote:
> Dear all,
>
> I am reading about Dialects of different databases. Yet I can't understand
> what is the need of dialect in Postgres or any other like Hibernate uses
> Dialect of all Databases for ORM.
> What is it &
> How can we create our own Dialect ?
>
> Thanks in Advance
> Adarsh Sharma
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andreas 2010-11-22 08:26:31 Re: What is Dialect
Previous Message Alban Hertroys 2010-11-22 07:45:24 Re: shared data for different applications