May I have an assistance on CREATE TABLE Command - Mailing list pgsql-sql

From James Kitambara
Subject May I have an assistance on CREATE TABLE Command
Date
Msg-id 792455.42335.qm@web27908.mail.ukl.yahoo.com
Whole thread Raw
Responses Re: May I have an assistance on CREATE TABLE Command  ("Bart Degryse" <Bart.Degryse@indicator.be>)
List pgsql-sql
 
Hello Mambers of PGSQL-SQL,
 
I have two tables namely:
 
    REGION (region_id, region_name)
    DISTRICT (dist_id, dist_name, region_id (FK))
 
I would like to have the CREATE TABLE Command which will create these tables in such a way that when REGION table is UPDATED automatical the FOREGN KEY in DISTRICT  table is also updated.
 
I will appriciate for your assistance !

Regards
 
James Kitambara
 

pgsql-sql by date:

Previous
From: Michael Toews
Date:
Subject: Re: Insert a space between each character
Next
From: "Bart Degryse"
Date:
Subject: Re: May I have an assistance on CREATE TABLE Command