Re: foreign key constraint not being respected with type created by CREATE TYPE

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: H Hale <hhale21(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: foreign key constraint not being respected with type created by CREATE TYPE
Date: 2005-06-10 17:13:04
Message-ID: 23797.1118423584@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

H Hale <hhale21(at)yahoo(dot)com> writes:
> I have created a new data type using CREATE TYPE.
> Foreign keys constaints are not being respected with
> columns using the new type.

That hardly seems likely. I'd look for bugs in your comparison
functions ;-)

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Russ Brown 2005-06-10 18:34:03 Re: Version Control?
Previous Message H Hale 2005-06-10 16:47:42 foreign key constraint not being respected with type created by CREATE TYPE