Re: CREATE OR REPLACE AGGREGATE?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: CREATE OR REPLACE AGGREGATE?
Дата
Msg-id 22790.1552832570@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: CREATE OR REPLACE AGGREGATE?  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: CREATE OR REPLACE AGGREGATE?
Список pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes:
> On Sun, Mar 17, 2019 at 07:35:16AM +0000, Andrew Gierth wrote:
>> I took a bash at actually writing it and didn't see any obvious problems
>> (I'll post the patch in a bit). Is there some reason (other than
>> shortage of round tuits) why this might not be a good idea, or why it
>> hasn't been done before?

> Indeed.

Yeah, it seems like mostly a lack-of-round-tuits problem.

Updating the aggregate's dependencies correctly might be a bit tricky, but
it can't be any worse than the corresponding problem for functions...

            regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: jsonpath
Следующее
От: Tom Lane
Дата:
Сообщение: Re: jsonpath