Re: CREATE/DROP OPERATOR CLASS

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CREATE/DROP OPERATOR CLASS
Date: 2002-07-22 01:20:05
Message-ID: GNELIHDDFBOCMGBFGEFOOEDMCDAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Now that we have dependencies implemented, it would be a real good idea
> if operator classes could be included in the web of dependencies.
> However, the pg_depends code implicitly assumes that it can do a DROP,
> if demanded, for any entity referenced by a dependency link.

Hmmm...does this mean that there is any situation in which there would be a
cascade delete of a _column_?

ie. If you drop the domain a column is using with the cascade option, will
the column get dropped automatically? That doesn't sound like very nice
behaviour...?

Chris

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2002-07-22 02:00:39 Re: CREATE/DROP OPERATOR CLASS
Previous Message Dave Cramer 2002-07-22 01:07:51 Re: Fwd: XPg: a new Java PostgreSQL Interface