Re: proposal - function string_to_table
От | Peter Smith |
---|---|
Тема | Re: proposal - function string_to_table |
Дата | |
Msg-id | CAHut+Pv5ABmKY0RuSbR7GGt4YoXJvSRkZZW1kE4TWSu-Bd=KSg@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: proposal - function string_to_table (Pavel Stehule <pavel.stehule@gmail.com>) |
Ответы |
Re: proposal - function string_to_table
|
Список | pgsql-hackers |
I have re-checked the string_to_table_20200821.patch. Below is one remaining problem. ==== COMMENT (help text) + Splits the <parameter>string</parameter> at occurrences + of <parameter>delimiter</parameter> and forms the remaining data + into a table with one <type>text</type> type column. + If <parameter>delimiter</parameter> is <literal>NULL</literal>, + each character in the <parameter>string</parameter> will become a + separate element in the array. Seems like here is a cut/paste error from the string_to_array help text. "separate element in the array" should say "separate row of the table" ==== >>> Maybe a different choice of function name would be more consistent >>> with what is already there? >>> e.g. split_to_table, string_split_to_table, etc. >> >> I don't agree. This function is twin (with almost identical behaviour) for "string_to_array" function, so I think so thename is correct. OK ==== Kind Regards, Peter Smith. Fujitsu Australia
В списке pgsql-hackers по дате отправления: