Re: AW: [HACKERS] Re: Regress tests reveal *serious* psql bug

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: AW: [HACKERS] Re: Regress tests reveal *serious* psql bug
Дата
Msg-id 12949.947781632@sss.pgh.pa.us
обсуждение исходный текст
Ответ на AW: [HACKERS] Re: Regress tests reveal *serious* psql bug  (Zeugswetter Andreas SB <ZeugswetterA@wien.spardat.at>)
Список pgsql-hackers
Zeugswetter Andreas SB <ZeugswetterA@wien.spardat.at> writes:
> Why was the ":" used in the first place ? I would expect to use a ','
> for an array slice. No ?

I'd think a comma is a separator between subscripts for different
dimensions, ie, a[1,2] would be equivalent to a[1][2].  It'd
certainly surprise *me* if it were interpreted as a slice indicator.

In any case, we're stuck with the notation now, I fear.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] FETCH without FROM/IN
Следующее
От: Adriaan Joubert
Дата:
Сообщение: Re: AW: [HACKERS] Re: Regress tests reveal *serious* psql bug