Re: SQL99 ARRAY support proposal

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: SQL99 ARRAY support proposal
Дата
Msg-id 20030313183352.GA19872@dcc.uchile.cl
обсуждение исходный текст
Ответ на Re: SQL99 ARRAY support proposal  (johnnnnnn <john@phaedrusdeinus.org>)
Ответы Re: SQL99 ARRAY support proposal  (Joe Conway <mail@joeconway.com>)
Список pgsql-hackers
On Thu, Mar 13, 2003 at 12:00:46PM -0600, johnnnnnn wrote:
> On Thu, Mar 13, 2003 at 09:53:15AM -0800, Joe Conway wrote:
> > >>>>implode(text[], text) returns text - join array elements into a
> > >>>>string using given string delimiter
> > 
> > I'm open to opinions on implode() -- I only picked implode() because
> > that's what it is called in PHP. Any suggestions?
> 
> In both Perl and Python, that type of function is called "join".

Yeah, and join is also consistent with the inverse function being called
"split".  IIRC the equivalent function in PHP is explode().

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
Si no sabes adonde vas, es muy probable que acabes en otra parte.


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

Предыдущее
От: johnnnnnn
Дата:
Сообщение: Re: SQL99 ARRAY support proposal
Следующее
От: Joe Conway
Дата:
Сообщение: Re: SQL99 ARRAY support proposal