Re: [hibernate-team] PostgreSQLDialect

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: [hibernate-team] PostgreSQLDialect
Дата
Msg-id 1194857321.2644.59.camel@ebony.site
обсуждение исходный текст
Ответ на Re: [hibernate-team] PostgreSQLDialect  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On Sun, 2007-11-11 at 23:38 -0500, Andrew Dunstan wrote:

> 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.

The Hibernate Dialect is extensible, so it seems we can do it the other
way around. Generate a Hibernate dialect for a particular database
installation, then use it from Hibernate as if it was a static/manual
configuration.

--  Simon Riggs 2ndQuadrant  http://www.2ndQuadrant.com



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: proposal casting from XML[] to int[], numeric[], text[]
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: How to keep a table in memory?