Finishing Domains... - Mailing list pgsql-hackers

From Rod Taylor
Subject Finishing Domains...
Date
Msg-id 1036415619.65013.2.camel@jester
Whole thread Raw
Responses Re: Finishing Domains...  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
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 BETWEEN 6 AND 10);

SELECT CAST(8 AS dom);



--  Rod Taylor



pgsql-hackers by date:

Previous
From: "Zeugswetter Andreas SB SD"
Date:
Subject: Re: pg_dump and large files - is this a problem?
Next
From: "Pedro M. Ferreira"
Date:
Subject: Float output formatting options