Re: Domains as Subtypes
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: josh(at)agliodbs(dot)com
- Cc: pgsql-hackers(at)postgresql(dot)org
- Subject: Re: Domains as Subtypes
- Date: Fri, 24 Mar 2006 22:49:00 -0500
- Message-id: <14084(dot)1143258540(at)sss(dot)pgh(dot)pa(dot)us>
Josh Berkus <josh(at)agliodbs(dot)com> writes:
> <grin> you missed one. Domains as parameters to functions are not
> enforced.
I think we've got that one actually. It's domains as PL-function output
types that aren't checked. Also plpgsql fails to enforce domain checks
on its local variables.
regards, tom lane
Home |
Main Index |
Thread Index