Re: [HACKERS] Finishing Domains...

2002-11-04 Thread Rod Taylor
On Mon, 2002-11-04 at 09:44, Tom Lane wrote: > Rod Taylor <[EMAIL PROTECTED]> writes: > > Is it safe to teach Var how to deal with values that do not originate > > from a tuple? Or should I create a new primnode to deal with these > > types of variables. > > I have no idea what you're talking abo

Re: [HACKERS] Finishing Domains...

2002-11-04 Thread Tom Lane
Rod Taylor <[EMAIL PROTECTED]> writes: > Is it safe to teach Var how to deal with values that do not originate > from a tuple? Or should I create a new primnode to deal with these > types of variables. I have no idea what you're talking about, but it sure sounds like something that should not be

[HACKERS] Finishing Domains...

2002-11-04 Thread Rod Taylor
I've got a couple of free days coming up, so I want to finish domain support (Check constraints). Is it safe to teach Var how to deal with values that do not originate from a tuple? Or should I create a new primnode to deal with these types of variables. CREATE DOMAIN dom AS integer CHECK(VALUE