finding if a foreign key is in use - Mailing list pgsql-sql

From Kenneth Gonsalves
Subject finding if a foreign key is in use
Date
Msg-id 0406290618410W.02481@thenilgiris.com
Whole thread Raw
Responses Re: finding if a foreign key is in use  ("Phil Endecott" <spam_from_postgresql_sql@chezphil.org>)
List pgsql-sql
in my app i have a table where the id serves as a foreign key for one or more 
other tables. if i want to delete a row in the table, i currently search the 
other tables where this table is referenced to see if the row is in use - and 
then, if not in use, permit deletion. Now if i want the delete button in my 
app to be disabled whenever a row that is in use is selected, searching the 
database every time would dramatically slow down the app. is there some sql 
query that will immediatly give an answer as to whether the row is in use or 
not?
-- 
regards
kg

http://www.onlineindianhotels.net - hotel bookings reservations in over 4600 
hotels in India
http://www.ootygolfclub.org


pgsql-sql by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: FW: "=" operator vs. "IS"
Next
From: "Phil Endecott"
Date:
Subject: Re: finding if a foreign key is in use