constraint/restrict

Поиск
Список
Период
Сортировка
От Olaf Marc Zanger
Тема constraint/restrict
Дата
Msg-id 01021409023603.01358@sino
обсуждение исходный текст
Ответы Re: constraint/restrict  (Jie Liang <jliang@ipinc.com>)
Список pgsql-sql
hi there,

with two tables i want to make some constraint-restrictions

create table address ( id serial,  country_id int4, ....);
and
create table country (id serial, ...);

to make sure that now country-row is deleted if there is still a country_id 
in address table.

e.g.

address: 1, 2, ...
country: 2, ...

now country wouldn't be allowed to be deleted. 

how to do that?

thanks fo help

olaf
-- 
soli-con Engineering Zanger, Dipl.-Ing. (FH) Olaf Marc Zanger
Lorrainestrasse 23, 3013 Bern / Switzerland
fon:+41-31-332 9782, mob:+41-76-572 9782
mailto:olaf.zanger@soli-con.com, http://www.soli-con.com


В списке pgsql-sql по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: COPY isn't working right for me
Следующее
От: "Richard Huxton"
Дата:
Сообщение: Re: constraint/restrict