Re: Procedure for feature requests?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Procedure for feature requests?
Дата
Msg-id 20091001234430.GN5607@alvh.no-ip.org
обсуждение исходный текст
Ответ на Procedure for feature requests?  (Tim Landscheidt <tim@tim-landscheidt.de>)
Список pgsql-general
Tim Landscheidt wrote:
> Hi,
>
> suppose I thought that PostgreSQL would benefit greatly from
> a "generate_series(DATE, DATE[, INT]) RETURNS DATE" function
> - where do I suggest such a thing? Here on -general? On
> -hackers? Directly edit
> <URI:http://wiki.postgresql.org/wiki/Todo>?

I think direct edition of Todo is discouraged, particularly for
outsiders.  Suppose we decided that we didn't want to implement your
suggestion for whatever reason?  We get lots of people coming out of the
blue with a patch to implement something they found on Todo, only to
figure out that we didn't want the idea implemented in the first place.
Surely we don't want to turn people away from development just because
Todo is not well managed.

>   Suppose the feature request was not a trivial one, but
> maybe a "DEPENDS ON <object>" clause for "CREATE FUNCTION"
> to allow PostgreSQL to deny requests to drop a table/view/
> function that is needed by a function - where would I pro-
> pose that?

On -hackers, just like any other feature request, trivial or not.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

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

Предыдущее
От: Tim Landscheidt
Дата:
Сообщение: Procedure for feature requests?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Weird behavior with "sensitive" cursors.