possible array parsing bug

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: possible array parsing bug
Date: 2008-11-11 23:17:38
Message-ID: 1226445458.28599.18.camel@dell.linuxdev.us.dell.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


This does not look right to me:

=# select regexp_split_to_array('dsf,sdfsdf',',')::text[][1000000];
regexp_split_to_array
-----------------------
{dsf,sdfsdf}
(1 row)

Is this known?

Regards,
Jeff Davis

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2008-11-12 02:42:02 Re: possible array parsing bug
Previous Message Peter Eisentraut 2008-11-11 15:15:55 Re: BUG #4509: array_cat's null behaviour is inconsistent