Re: SQL99 ARRAY support proposal

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: "D'Arcy J(dot)M(dot) Cain" <darcy(at)druid(dot)net>
Cc: Christopher Browne <cbbrowne(at)cbbrowne(dot)com>, Greg Stark <gsstark(at)mit(dot)edu>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: SQL99 ARRAY support proposal
Date: 2003-03-14 19:23:22
Message-ID: Pine.LNX.4.33.0303141214030.23875-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Fri, 14 Mar 2003, D'Arcy J.M. Cain wrote:

> On Friday 14 March 2003 13:24, scott.marlowe wrote:
> > I vote for explode / implode as easier to type and remember than join_str.
> > Also, in the SQL world, it's very likely that a back ground in
> > ADA/LISP/REX/PHP is just as common as Perl or Java.
>
> If we're voting I vote for join/split. Implode and explode just sound
> unprofessional to me. Minor point but it's just preference, right?

Sorry, but that's really not much of a reason. I listed several reasons
why ANY OTHER CHOICE is better, not just explode / implode.

I think those reasons make sense. You didn't address any of them in your
choice, only the fact that you don't like explode/implode, so I'll assume
you didn't have any real issues with the reasons I listed for not using
join/split, just with the words explode/implode.

If that's the case, the perhaps a compromise is in order, i.e. anything
BUT join/split or explode/implode.

But then the problem is that there are probably no other common words I'm
familiar with that any other languages use to go from string to array and
back that we are likely to glom onto.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-03-14 19:27:38 Re: log_duration
Previous Message Andrew Dunstan 2003-03-14 18:59:58 Re: SQL99 ARRAY support proposal

Browse pgsql-patches by date

  From Date Subject
Next Message Jason Earl 2003-03-14 19:41:07 Re: SQL99 ARRAY support proposal
Previous Message Andrew Dunstan 2003-03-14 18:59:58 Re: SQL99 ARRAY support proposal