Re: SQL99 ARRAY support proposal

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: SQL99 ARRAY support proposal
Дата
Msg-id 3E70D1A9.4@joeconway.com
обсуждение исходный текст
Ответ на Re: SQL99 ARRAY support proposal  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-hackers
Alvaro Herrera wrote:
> Yeah, and join is also consistent with the inverse function being called
> "split".  IIRC the equivalent function in PHP is explode().
> 

Actually it looks like PHP supports both explode() and split(), and 
their inverse functions implode() and join(). split() appears to split 
the string by regular expression, whereas explode() splits by a simple 
string separator.

I was not intending to support regex in split(), so maybe the best 
choice of names is explode() and implode()?

Joe



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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: SQL99 ARRAY support proposal
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Problems with win32 patch/build