Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Stuck on Foreign Keys


  • From: Chester <chester(at)hica(dot)com(dot)au>
  • To: Michael Glaesemann <grzm(at)seespotcode(dot)net>
  • Cc: pgsql-general(at)postgresql(dot)org
  • Subject: Re: Stuck on Foreign Keys
  • Date: Thu, 20 Sep 2007 15:21:51 +1000
  • Message-id: <46F2036F(dot)2010404(at)hica(dot)com(dot)au>

Michael Glaesemann wrote:

On Sep 19, 2007, at 23:13 , C wrote:

ERROR: insert or update on table "clients" violates foreign key constraint "the_title"
DETAIL:  Key (ticode)=( ) is not present in table "titles".

Sorry, I have no idea where I  am going wrong...Any help would be great

You've shown us the errors but not the commands you used that threw the errors. Show us the exact commands you used along with the errors so we might see what's going wrong. It looks like you're not providing a value for ticode when inserting or updating clients, but that's just a guess.

Michael Glaesemann
grzm seespotcode net



Thanks Michael

The table's are existing populated table the error was happening whilst altering the client table to add the FC, sorry if that was not clear. Maurice put me right there were a couple of rows in the client table with null values in the ticode column.

Thanks again guys

Cheers

C



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group