Re: proposal: support empty string as separator for string_to_array - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: proposal: support empty string as separator for string_to_array
Date
Msg-id 4A6D95B40200002500028D92@gw.wicourts.gov
Whole thread Raw
In response to Re: proposal: support empty string as separator for string_to_array  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: proposal: support empty string as separator for string_to_array  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> wrote: 
> I tested  implementation and it's about 30% faster than using
> regexp.
Rather than making a change which could break existing applications,
how about a new function string_to_array(text) which returns an array
of "char"?
-Kevin


pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: proposal: support empty string as separator for string_to_array
Next
From: Pavel Stehule
Date:
Subject: Re: proposal: support empty string as separator for string_to_array