finding if a foreign key is in use

Поиск
Список
Период
Сортировка
От Kenneth Gonsalves
Тема finding if a foreign key is in use
Дата
Msg-id 0406290618410W.02481@thenilgiris.com
обсуждение исходный текст
Ответы Re: finding if a foreign key is in use  ("Phil Endecott" <spam_from_postgresql_sql@chezphil.org>)
Список 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 по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: FW: "=" operator vs. "IS"
Следующее
От: "Phil Endecott"
Дата:
Сообщение: Re: finding if a foreign key is in use