Joe Conway wrote: > Tom Lane wrote: > > Joe Conway <[EMAIL PROTECTED]> writes: > >>1. '{{"1 2" x},{3}}' > >>2. '{{},{}}' > > > >>My patch would generate an ERROR for either. Tom, you questioned my > >>disallowing of both of these, but didn't seem to have a very strong > >>opinion. > > > > I don't have any great love for the first item --- I think it was an > > unintended consequence of the way the code was first written, rather > > than something the author meant to support. > > > > I'm more concerned about what the second should mean, but I do have to > > concede that we'd likely want to appropriate this syntax to mean NULL > > array entries as soon as we support NULL array entries. So rejecting it > > at the moment may be a forward-looking thing to do. > > I committed the attached. > > Regarding the release notes, I take it that we should modify > doc/src/sgml/release.sgml? Does the following sound reasonable, or
Right. -- Bruce Momjian | http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match