Re: proposal - function string_to_table

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: proposal - function string_to_table
Дата
Msg-id 20200417212951.GD26953@telsasoft.com
обсуждение исходный текст
Ответ на proposal - function string_to_table  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: proposal - function string_to_table
Список pgsql-hackers
On Fri, Apr 17, 2020 at 07:47:15PM +0200, Pavel Stehule wrote:
> I propose new function string_to_table. This function is significantly

+1

> +/*
> + * Add text to result set (table or array). Build a table when set is a expected or build
> + * a array

as expected (??)
*an* array

> +select string_to_table('abc', '', 'abc');
> + string_to_table 
> +-----------------
> + 
> +(1 row)

Maybe you should \pset null '(null)' for this

-- 
Justin



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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: Should we add xid_current() or a int8->xid cast?
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: spin_delay() for ARM