Re: [BUGS] possible array parsing bug

2008-11-11 Thread Tom Lane
Jeff Davis <[EMAIL PROTECTED]> writes: > This does not look right to me: > =# select regexp_split_to_array('dsf,sdfsdf',',')::text[][100]; Perhaps you meant to write select (regexp_split_to_array('dsf,sdfsdf',',')::text[])[100]; As-is, the [10] is just useless decoration on the c

[BUGS] possible array parsing bug

2008-11-11 Thread Jeff Davis
This does not look right to me: =# select regexp_split_to_array('dsf,sdfsdf',',')::text[][100]; regexp_split_to_array --- {dsf,sdfsdf} (1 row) Is this known? Regards, Jeff Davis -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make change