[HACKERS] proposal: custom autovacuum entries
autovacuum sequence. Alternatively I would suggest some mechanism for scheduling within PostgreSQL Thanks, Jordan Deitch
Re: [HACKERS] json_agg produces nonstandard json
e sum() and json_agg(). So the select jsonb_agg((select 1 where false)); would return null as opposed to [null]. In this case it would be compatible with coalesce() --- Thanks Jordan Deitch
[HACKERS] json_agg produces nonstandard json
riate output. Would postgres welcome a patch to handle the empty case of json(b)_agg? Thanks! --- Jordan Deitch