Re: Proposal: new function array_init
От | Pavel Stehule |
---|---|
Тема | Re: Proposal: new function array_init |
Дата | |
Msg-id | 162867790806041322n6e34b701r5ec2531a5fa1de22@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Proposal: new function array_init (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: Proposal: new function array_init
|
Список | pgsql-hackers |
2008/6/4 Tom Lane <tgl@sss.pgh.pa.us>: > "Pavel Stehule" <pavel.stehule@gmail.com> writes: >> I put fill value on end, because it is like default value: > >> array_set(array[2,2]); >> array_set(array[2,2], 0); > > Huh? That's completely nonsensical ... where will you determine the > type of the array, if you don't have a sample element? it is nonsens in current postgres. But null array is castable to anyarray no? > > The fact that the fill value is determining the array type is why > it seems important enough to put first. > I agree - first is most important parameter. But I am not sure, that is it. size or value. An I am strong fixed on C, Intel notation where destination is first and value is second. > regards, tom lane >
В списке pgsql-hackers по дате отправления: