FEATURE REQUEST: let arrays support null values.

Поиск
Список
Период
Сортировка
От ezra epstein
Тема FEATURE REQUEST: let arrays support null values.
Дата
Msg-id KCudnUzZ8ufwz3iiXTWc-g@speakeasy.net
обсуждение исходный текст
Список pgsql-hackers
I've stumbled against the inability to put null values within an array.  The
PostgreSQL User's Guide on the subject states in part:

    <<A limitation of the present array implementation is that individual
elements of an array cannot be SQL null values. The entire array can be set
to null, but you can't have an array with some elements null and some not.>>
    http://www.postgresql.org/docs/current/static/arrays.html#AEN5117

Are there any plans to remove that limitation?  An pointers to where in the
code I might start to look if I want to enhance this on my own?

Thanks,

Ezra Epstein



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

Предыдущее
От: "Glenn Wiorek"
Дата:
Сообщение: Re: Postgres respond after toomany times to a query view
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [COMMITTERS] pgsql-server/doc/src/sgml Tag: REL7_4_STABLE