Re: Regular expression that splits CSV string into table - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: Regular expression that splits CSV string into table
Date
Msg-id 1284166959-sup-7512@alvh.no-ip.org
Whole thread Raw
In response to Re: Regular expression that splits CSV string into table  (Nick <nboutelier@gmail.com>)
List pgsql-general
Excerpts from Nick's message of vie sep 10 20:36:24 -0400 2010:
> Yes, that gets down to the root of my question... what is the
> expression that would properly split the values? -Nick

The only idea that comes to mind right now is to remove them before
processing the rest of the string, and put them back to the first and
last element if they were removed.

--
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

pgsql-general by date:

Previous
From: Nick
Date:
Subject: Re: Regular expression that splits CSV string into table
Next
From: Nick
Date:
Subject: Re: Regular expression that splits CSV string into table