Re: SQL99 ARRAY support proposal

From: Greg Stark <gsstark(at)mit(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: SQL99 ARRAY support proposal
Date: 2003-03-14 00:06:44
Message-ID: 87bs0eerqj.fsf@stark.dyndns.tv
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


Joe Conway <mail(at)joeconway(dot)com> writes:

> I'm leaning toward implode() and explode() now anyway because split() uses a
> regex for the delimiter in PHP (and probably Perl), and I was not planning to
> get that fancy.

PHP isn't exactly an exemplar for great language design.

explode/implode are terribly non-self-descriptive names. Someone seeing them
for the first time wouldn't really have any clue what they did and would have
zero chance of guessing their names to find them in an index.

I would suggest join_str() and split_str() if "join" is too sensitive a word
for an sql language.

--
greg

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-03-14 00:11:23 Re: Roadmap for FE/BE protocol redesign
Previous Message Hiroshi Inoue 2003-03-13 23:58:01 Re: Roadmap for FE/BE protocol redesign

Browse pgsql-patches by date

  From Date Subject
Next Message Christopher Kings-Lynne 2003-03-14 02:00:22 Re: SQL99 ARRAY support proposal
Previous Message Joe Conway 2003-03-13 22:29:47 Re: SQL99 ARRAY support proposal