From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Christopher Sawtell <csawtell(at)xtra(dot)co(dot)nz> |
Cc: | pgsql-sql(at)postgresql(dot)org |
Subject: | Re: Buglet? |
Date: | 2001-03-08 15:44:37 |
Message-ID: | 25732.984066277@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Christopher Sawtell <csawtell(at)xtra(dot)co(dot)nz> writes:
> It that a bug?
You could argue that. The handling of NULL arrays (not to mention NULLs
in arrays) is pretty brain-d^H^H^H^H^H^Hsimplistic; I don't think the
original designer thought about NULLs at all.
All of the array code could use an overhaul, actually, to move it out of
the student-project category and into the professional-tool category.
I've taken occasional swipes at it over the past couple of years, but
it still leaves a lot to be desired. Any volunteers out there?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Josh Berkus | 2001-03-08 15:59:41 | Re: No Documentation for to_char(INTERVAL, mask) |
Previous Message | Frank Joerdens | 2001-03-08 15:42:46 | How to drop an <unnamed> trigger |