Re: [PERFORM] Possible problem with DOMAIN evaluation?

2003-07-31 Thread Rod Taylor
> Looks like that IS the case; in fact, it gets that same plan even if I > don't specify ::country on the country string... > > This is obviously something that has changed _big time_ betwixt 7.3 and > 7.4... Several issues of this type have been fixed during 7.4, though there are a few left with

[PERFORM] Possible problem with DOMAIN evaluation?

2003-07-30 Thread Christopher Browne
I have the following schema which I have set up, and I have inserted a bunch of entries into it: create domain contact_id as integer; create sequence contact_seq; create domain street_address as character varying(64); create domain name as character varying(64); create domain country as character(