Re: Final Patch for GROUPING SETS

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: Final Patch for GROUPING SETS
Дата
Msg-id 87vbojobj5.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на Re: Final Patch for GROUPING SETS  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Список pgsql-hackers
>>>>> "Andrew" == Andrew Gierth <andrew@tao11.riddles.org.uk> writes:
Andrew> You're telling me. Also, feeding it to an online yaml-to-jsonAndrew> converter gives the result as
[["two","four"],["two"],null]Andrew>which is not quite the same as the json version. AnAndrew> alternative would be:
 

Oh, another YAML alternative would be:
   Grouping Sets:     - ["two","four"]     - ["two"]     - []

Would that be better? (It's not consistent with other YAML outputs like
sort/group keys, but it's equally legal as far as I can tell and seems
more readable.)

-- 
Andrew (irc:RhodiumToad)



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Final Patch for GROUPING SETS
Следующее
От: Robert Haas
Дата:
Сообщение: Re: RLS Design