Referential integrity

From: George Robinson II <george(dot)robinson(at)eurekabroadband(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Referential integrity
Date: 2000-08-16 02:28:43
Message-ID: 3999FC5B.2D143B8A@eurekabroadband.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi again. Still new to databases, and I was wondering if I could get
advice on how to set this up right. Essentially, I have a table, lets
call it main, in which each row, describes another table in the
database. I want to set it up so that, dropping the table will also
drop the associated row - or the other way around (which I would
prefer). How would I go about doing that?

-g2

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff MacDonald 2000-08-16 02:47:01 Re: Open Source Database Routs Competition in New BenchmarkTests
Previous Message g 2000-08-16 02:08:57 Re: pg_dumpall problems