Re: TODO item - Mailing list pgsql-hackers

From Andrew Gierth
Subject Re: TODO item
Date
Msg-id 87hc1deu6g.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to TODO item  (Jaime Casanova <jcasanov@systemguards.com.ec>)
Responses Re: TODO item
Re: TODO item
List pgsql-hackers
>>>>> "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)


pgsql-hackers by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Crash in gist insertion on pathological box data
Next
From: Merlin Moncure
Date:
Subject: Re: PQinitSSL broken in some use casesf