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
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