New system catalog idea

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: New system catalog idea
Date: 2001-05-21 01:58:37
Message-ID: ECEHIKNFIMMECLEBJFIGOEJFCAAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

While we're on the subject of new system catalogs, how about a many to many
catalog like this:

pg_depend (oid obj, oid dep)

That maps the oid of a system object (such as a constraint, index, function,
trigger, anything) to all other system objects that are dependent upon it.
Although it may take a bit of work to implement, it will trivialise
supporting CASCADE/RESTRICT on DROP.

Chris

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vadim Mikheev 2001-05-21 02:27:07 Re: Plans for solving the VACUUM problem
Previous Message Christopher Kings-Lynne 2001-05-21 01:43:33 RE: Updating system catalogs after a tuple deletion