Re: Some array semantics issues

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: Some array semantics issues
Дата
Msg-id 87wtj8s4fe.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Re: Some array semantics issues  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Some array semantics issues  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> writes:

> Well, in that case what do you think about
>     {{1,2},{3,4},{5,6},{7,8}}
> vs
>     {{1,2,3,4},{5,6,7,8}}

In the first case the first element is {1,2} and in the second case the first
element is {1,2,3,4} so from my point of view there's no way these are the
same.

None of the three use cases I conjured would want them considered equal, which
isn't to say there isn't some data structure somewhere out there which would,
but I haven't thought of it.

-- 
greg



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

Предыдущее
От: Yann Michel
Дата:
Сообщение: Re: PG_DUMP and table locking in PG7.4
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Some array semantics issues