Re: Referential Integrity problem

From: Jan Wieck <janwieck(at)yahoo(dot)com>
To: Herb Blacker <herbblacker(at)isgenesis(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Referential Integrity problem
Date: 2002-03-25 15:33:38
Message-ID: 200203251533.g2PFXds20967@saturn.janwieck.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Herb Blacker wrote:
> Running PG 7.1.3...
> I have a table of titles and suffixes, with periods (i.e. Mr. Mrs. C.P.A.)
> There is a foreign key between the title and suffix tables, and my
> patient table.
> When I do an insert, it fails on Referential Integrity (RI).
> If I take the periods out, the insert works with RI.
> If I remove the RI, then the periods work.

Cannot reproduce that problem here. Could you please post a
complete SQL script that reproduces the exact problem?

Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message PGMailList 2002-03-25 15:36:29 Re: Could someone tell me what is wrong withthis function
Previous Message tsmets 2002-03-25 15:16:58 Re: Could someone tell me what is wrong withthis function