Re: constrains of array
Stephan Szabo <sszabo@megazone23.bigpanda.com>
From: Stephan Szabo <sszabo@megazone23.bigpanda.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Alexander Klimov <ask@wisdom.weizmann.ac.il>, pgsql-bugs@postgresql.org
Date: 2000-12-12T21:06:04Z
Lists: pgsql-bugs
On Tue, 12 Dec 2000, Tom Lane wrote: > Stephan Szabo <sszabo@megazone23.bigpanda.com> writes: > >> In fact, there's a good argument that we should require the two columns > >> to have the exact same datatype. > > > I think the spec only requires them to be comparable > > Oh, in that case never mind ... but I'd still favor checking for > existence of the comparison operator right away. Okay, will do. :)