Fw: about creating DB

Started by hirokoabout 25 years ago1 messagesgeneral
Jump to latest
#1hiroko
h_ogawa@rnk.co.jp

----- Original Message -----
From: hiroko
To: pgsql-general@postgresql.org
Sent: Friday, March 23, 2001 7:41 PM
Subject: about creating DB

hi all

we're switching our system from Unix-version to Linux-version,
and from SQLplus to PostgreSQL

the questions are about CREATING DB

I found that FOREIGN KEY clause, which we need for our DB, is not
implemented on PostgreSQL.
that means you can't use DELETE CASCADE clause neither.

is there some alternative way for them????
llike, can't you use CHECK clause instead for them???

thankyou.