Re: Supporting NULL elements in arrays

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Supporting NULL elements in arrays
Дата
Msg-id 18147.1131562548@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Supporting NULL elements in arrays  (Ron Mayer <rm_pg@cheapcomplexdevices.com>)
Список pgsql-hackers
Ron Mayer <rm_pg@cheapcomplexdevices.com> writes:
> If we're going non-computable, would something that's a superset
> of the SQL Standard's array value constructor be useful;

I think you've confused ARRAY[] expressions with the I/O representation
for array values.  There are many good reasons why those are not
identical, starting with the fact that string literals inside an ARRAY[]
would be subject to different escaping conventions than an I/O value is.
        regards, tom lane


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

Предыдущее
От: Rod Taylor
Дата:
Сообщение: Possible savepoint bug
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Possible savepoint bug