Re: recursive SQL

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: recursive SQL
Дата
Msg-id 40E15141.2020107@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: recursive SQL  ("jacob koehler (RRes-Roth)" <jacob.koehler@bbsrc.ac.uk>)
Ответы Re: recursive SQL  (Michael Meskes <meskes@postgresql.org>)
Список pgsql-hackers
Hi Evgen,

I'm a PostgreSQL developer and I would like to see an SQL99 recursive 
queries feature in PostgreSQL.

I'm pretty sure that Tom would be happy with an SQL99 compliant version 
of your patch, so long as it's up to scratch with the normal PostgreSQL 
coding and reliability standards.

I'm not a committer myself, so I think I should explain how things work.  We're unlike other projects that seem to
acceptalmost anything that 
 
comes our way.  In many ways, it's the patches that the committers 
reject that make PostgreSQL strong.

To get your patch accepted, you have to be prepared to work WITH the 
committers, especially Tom, and make changes based on their feedback.  I 
know this costs you in wounded pride (I get the same feeling sometimes), 
but in the end it's worth it.  Sometimes the committers are very busy 
and it takes ages before someone actually reviews your patch.  Don't 
take that as a snub, take it as an opportunity to keep working on it!

I think that you and the PostgreSQL project can meet somewhere in the 
middle on this and we can get your stuff in for the 7.6 release (it's 
too late for 7.5 right now).  Don't take this as a guarantee of course, 
but if you'll willing to work with us and stick with the patch, then I 
think it will get in.

Comments?

Regards,

Chris
-- 
PostgreSQL Developer

jacob koehler (RRes-Roth) wrote:
> seems evgen has got a sql99 compliant version of recursive SQL out and would agree to relicense it.
> are there any other concerns regarding evgens work? or do you want to encourage him to go this route? i have the
impressionhe would happily join in on the postgres developement wrt recursive SQL, and some friendly words might
encouragehim to do the required work.
 
> 
> cheers,
> jacob
> 
> 
>>-----Original Message-----
>>From: Potemkin Evgen [mailto:gppl@inbox.ru] 
>>Sent: 28 June 2004 16:05
>>To: jacob koehler (RRes-Roth)
>>Subject: Re: FW: [HACKERS] recursive SQL
>>
>>
>>Hello,
>>
>>yes, it would be great if patch will be included in postgres, 
>>and if it needed sure i will relicense it to BSD. problem is 
>>that core team don't want to include it at all. (see message 
>>from Tom Lane on this topic). some peoples already tried to 
>>get the patch in pg's distro, but without any result.
>>
>>the funny thing that i almost get working implementation
>>of SQL99 recursive queries,"just for fun";), and i think 
>>it would not be included too;)
>>
>>regards,
>>evgen


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

Предыдущее
От: Darko Prenosil
Дата:
Сообщение: INSERT rule
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: recursive SQL