Re: proposal - function string_to_table

Поиск
Список
Период
Сортировка
От movead.li@highgo.ca
Тема Re: proposal - function string_to_table
Дата
Msg-id 2020060417492224187811@highgo.ca
обсуждение исходный текст
Ответ на proposal - function string_to_table  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: proposal - function string_to_table  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
+{ oid => '2228', descr => 'split delimited text',
+  proname => 'string_to_table', prorows => '1000', proretset => 't',
+  prorettype => 'text', proargtypes => 'text text',
+  prosrc => 'text_to_table' },
+{ oid => '2282', descr => 'split delimited text with null string',
+  proname => 'string_to_table', prorows => '1000', proretset => 't',
+  prorettype => 'text', proargtypes => 'text text text',
+  prosrc => 'text_to_table_null' },

I go through the patch, and everything looks good to me. But I do not know
why it needs a 'text_to_table_null()', it's ok to put a 'text_to_table' there, I think.



Regards,
Highgo Software (Canada/China/Pakistan)
URL : www.highgo.ca
EMAIL: mailto:movead(dot)li(at)highgo(dot)ca

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

Предыдущее
От: Rajin Raj
Дата:
Сообщение: Regarding TZ conversion
Следующее
От: Mahendra Singh Thalor
Дата:
Сообщение: Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions