Re: temporal support patch

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: temporal support patch
Дата
Msg-id 1339743578.28986.19.camel@jdavis
обсуждение исходный текст
Ответ на Re: temporal support patch  (Miroslav Šimulčík <simulcik.miro@gmail.com>)
Ответы Re: temporal support patch  (Vlad Arkhipov <arhipov@dc.baikal.ru>)
Список pgsql-hackers
On Wed, 2012-06-13 at 23:10 +0200, Miroslav Šimulčík wrote:

> I have working patch for postgresql version 9.0.4, but it needs
> refactoring before i can submit it, because some parts don't
> meet formatting requirements yet. And yes, changes are large, so it
> will be better to discuss design first and then deal with code. Do you
> insist on compatibility with standard SQL 2011 as Pavel wrote?
> 
Try to work on solving the problem and identify the use cases. I don't
think the standard will cause a major problem, we should be able to make
the relevant parts of your patch match the standard.

That's one reason to work on it as an extension first: we can get a
better sense of the problem space and various use cases without worrying
about violating any standard. Then, as you need specific backend support
(e.g. special syntax), we can take the standards more seriously.

Regards,Jeff Davis



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: [PATCH] Support for foreign keys with arrays
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Backup docs