Re: PLs and domain constraints - Mailing list pgsql-hackers

From Neil Conway
Subject Re: PLs and domain constraints
Date
Msg-id 1136834988.8784.4.camel@localhost.localdomain
Whole thread Raw
In response to Re: PLs and domain constraints  (Thomas Hallgren <thomas@tada.se>)
List pgsql-hackers
On Mon, 2006-01-09 at 20:23 +0100, Thomas Hallgren wrote:
> Should I consider this as something to add to the PL/Java TODO list?

Probably, yes (if/when I fix the in-tree PLs I was planning to take a
look at all the externally-maintained ones, although you're welcome to
do it instead).

Before domain constraints can be efficiently checked in PLs, the backend
needs some additional infrastructure (see recent discussion of typcache
changes on pgsql-patches, subject: "plpgsql: check domain constraints").
When that's finished, checking constraints in a PL should be fairly
easy.

-Neil




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: PLs and domain constraints
Next
From: Jeremy Drake
Date:
Subject: Re: catalog corruption bug