[GENERAL] Documentation inconsistency (at least to me)

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема [GENERAL] Documentation inconsistency (at least to me)
Дата
Msg-id o7tbqc$1in$1@blaine.gmane.org
обсуждение исходный текст
Ответы Re: [GENERAL] Documentation inconsistency (at least to me)  (Francisco Olarte <folarte@peoplecall.com>)
Список pgsql-general
I wonder why regexp_split_to_array() is listed under "String functions and operators" [1] but string_to_array() is
listedunder "Array functions and operators" [2] 

I find that a bit inconsistent - I would expect to find both in the same chapter.

I would suggest to put both into "String functions and operators" because after all string_to_array() does more or less
thesame as regexp_split_to_array() does. But at the end of the day I think it's just important that both are in the
samechapter (unless I overlooked a huge difference between the two that warrants this distinction). 


Thomas


[1] https://www.postgresql.org/docs/current/static/functions-string.html
[2] https://www.postgresql.org/docs/current/static/functions-array.html

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

Предыдущее
От: mpomykacz
Дата:
Сообщение: Re: [GENERAL] Auto-Rollback option
Следующее
От: David Hinkle
Дата:
Сообщение: Re: [GENERAL] Bad planning data resulting in OOM killing of postgres