Re: array support patch phase 1 patch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: array support patch phase 1 patch
Дата
Msg-id 12495.1049062592@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: array support patch phase 1 patch  (Joe Conway <mail@joeconway.com>)
Список pgsql-patches
Joe Conway <mail@joeconway.com> writes:
> Tom Lane wrote:
>> Don't think you need it to go in that direction: the property of having
>> nonzero typelem indicates that something is an array.

> But I don't think of the following as arrays, at least not in the same
> sense of _text, etc.:

If you want to reject fixed-length array types for this purpose, you can
also insist on typlen < 0.

            regards, tom lane


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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: array support patch phase 1 patch
Следующее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: holdable cursors