From: | Hannu Krosing <hannu(at)tm(dot)ee> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Please rename split(text,text,int) to splitpart |
Date: | 2002-09-05 07:30:53 |
Message-ID: | 1031211053.17163.9.camel@taru.tm.ee |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
It seems that my last mail on this did not get through to the list ;(
Please consider renaming the new builtin function
split(text,text,int)
to something else, perhaps
split_part(text,text,int)
(like date_part)
The reason for this request is that 3 most popular scripting languages
(perl, python, php) all have also a function with similar signature, but
returning an array instead of single element and the (optional) third
argument is limit (maximum number of splits to perform)
I think that it would be good to have similar function in (some future
release of) postgres, but if we now let in a function with same name and
arguments but returning a single string instead an array of them, then
we will need to invent a new and not so easy to recognise name for the
"real" split function.
----------------
Hannu
From | Date | Subject | |
---|---|---|---|
Next Message | Hannu Krosing | 2002-09-05 08:05:09 | Re: Inheritance |
Previous Message | Curt Sampson | 2002-09-05 07:28:16 | Re: Inheritance |
From | Date | Subject | |
---|---|---|---|
Next Message | Reinhard Max | 2002-09-05 09:13:07 | Re: Bug #756: suggestion: file with password instead of |
Previous Message | Dennis Björklund | 2002-09-05 05:31:22 | swedish translations for 7.3 |