Re: Insertion of geometric type column with column[0], column[1] and etc.

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Marcelo Zabani <mzabani(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Insertion of geometric type column with column[0], column[1] and etc.
Date: 2010-10-05 03:51:12
Message-ID: AANLkTi=Vq2sR1gCWGgO2giFiPDUWGcn2BW66j8yaXKP8@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Oct 4, 2010 at 10:50 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Marcelo Zabani <mzabani(at)gmail(dot)com> writes:
>> While I have emphasized the POINT data type, it would be desirable that all
>> types in pgsql could be accessed/updated/inserted with the array-analogy (or
>> other analogy), so that we could easily map ANYTHING with ORM software these
>> days.
>
> Surely it would be better to get an ORM that can actually deal with the
> data types you wish to use.

*scratches head*

Yeah, but isn't the current behavior awfully flaky? ISTM that if you
insert into a subscripted column, you should either get an error, or
your data should end up in the table somewhere. Sending it merrily
off into the void is ... well, words fail me.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message KaiGai Kohei 2010-10-05 04:06:05 Re: Bug / shortcoming in has_*_privilege
Previous Message Fujii Masao 2010-10-05 03:48:53 Re: is sync rep stalled?