Re: Two fixes for plpgsql.sgml

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Two fixes for plpgsql.sgml
Дата
Msg-id 20923.1196282281@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Two fixes for plpgsql.sgml  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Two fixes for plpgsql.sgml  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-docs
Bruce Momjian <bruce@momjian.us> writes:
> Agreed. I couldn't find any value to that phrase and couldn't find better
> wording, so I removed it.  Patch attached and applied.

This is not an improvement.

The point of the original wording is that you have to say
    RETURNS SETOF sometype
you can't just say, eg,
    RETURNS SET

Your new wording would lead the reader to the assumption that he can
just declare a function as returning "set".

Please revert the change.

            regards, tom lane

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

Предыдущее
От: David Fetter
Дата:
Сообщение: Partition: use triggers instead of rules
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Partition: use triggers instead of rules