On Thu, 26 Apr 2001, Christian Marschalek wrote:
> Can anyone tell me what this notice means?
> 
> NOTICE:  CREATE TABLE will create implicit trigger(s) for FOREIGN KEY
> check(s) ?
You probably did something like this:
CREATE TABLE child (
  id REFERENCES parent ... )
and PostgreSQL handles this sort of foreign key referential
integrity by using a special kind of trigger.
This notice just lets you know this is happening.
-- 
Joel Burton   <jburton(at)scw(dot)org>
Director of Information Systems, Support Center of Washington