>>>>> "Jaime" == Jaime Casanova <jcasanov@systemguards.com.ec> writes:
Jaime> In the TODO list there is an item "[D] Completed itemAddJaime> array_agg() and UNNEST functions for arrays "
markedas doneJaime> but 5 items below there is: "Add SQL-standard array_agg() andJaime> unnest() array functions " it's
thesame item so this oneJaime> should be removed... or there is a difference between theJaime> array_agg() and unnest()
implementedversus SQL-standardJaime> array_agg() and unnest()?
The array_agg() does, I believe, match the standard one, at least
my reading of the spec doesn't reveal any obvious issues there.
The unnest() implementation is largely unrelated to the standard one,
which is impossible to provide without LATERAL.
--
Andrew (irc:RhodiumToad)