Re: BUG #2790: constructor for int2vector seems to be buggy

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Gurjeet Singh" <singh(dot)gurjeet(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2790: constructor for int2vector seems to be buggy
Date: 2006-11-28 15:09:44
Message-ID: 5693.1164726584@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Gurjeet Singh" <singh(dot)gurjeet(at)gmail(dot)com> writes:
> In the first INSERT statement, the array elements are separated by a
> comma and a space; in the second one, the ones that are separated by just a
> comma, do not get inserted!

The syntax is space-separated integers; where did you get the idea to
use commas?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Gurjeet Singh 2006-11-28 15:19:32 Re: BUG #2790: constructor for int2vector seems to be buggy
Previous Message pat hayes 2006-11-28 14:14:39 Re: BUG #2785: Exception Issue