[HACKERS] json_agg produces nonstandard json

2017-05-04 Thread Jordan Deitch
ut. Would postgres welcome a patch to handle the empty case of json(b)_agg? Thanks! --- Jordan Deitch

Re: [HACKERS] json_agg produces nonstandard json

2017-05-04 Thread Jordan Deitch
() 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] proposal: custom autovacuum entries

2017-10-26 Thread Jordan Deitch
of the autovacuum sequence. Alternatively I would suggest some mechanism for scheduling within PostgreSQL Thanks, Jordan Deitch