Re: [SQL] Array Madness

From: Michael Richards <miker(at)scifair(dot)acadiau(dot)ca>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] Array Madness
Date: 1999-09-14 15:42:53
Message-ID: Pine.BSF.4.10.9909141239200.63880-100000@scifair.acadiau.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Tue, 14 Sep 1999, Tom Lane wrote:

> In the meantime, perhaps it would be better for ExecEvalArrayRef() to
> raise an error if the assign source is null, rather than dropping the
> whole contents of the array. Comments?

This sounds like a hack that avoids the real issue... Bruce has added it
to the todo list. I'm going to re-write the code for ALTER TABLE,
otherwise I'd have time to play with this one. I guess for now I will
design my implementation so a value of '0' is not used as a key.

-Michael

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 1999-09-14 15:45:54 Re: [SQL] Array Madness
Previous Message Tom Lane 1999-09-14 15:02:13 Re: [SQL] Array Madness