Re: [SQL] Uniqueness of rule, constraint, and trigger names - Mailing list pgsql-hackers

From Stephan Szabo
Subject Re: [SQL] Uniqueness of rule, constraint, and trigger names
Date
Msg-id 20020304140956.F80841-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Uniqueness of rule, constraint, and trigger names  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [SQL] Uniqueness of rule, constraint, and trigger names  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Mon, 4 Mar 2002, Tom Lane wrote:

> For constraints, we'd need to change the code to be more careful to
> generate unique names for unnamed constraints.  That doesn't seem

Another question would be what to do with inherited constraints that
conflict in multiple inheritance cases.  It'd probably be safe to rename
those on the child table to be unique, but then drop constraint may
become more involved (and the error messages no longer use the name
given by the user for either constraint).




pgsql-hackers by date:

Previous
From: "Rod Taylor"
Date:
Subject: Re: Database Caching
Next
From: Tom Lane
Date:
Subject: Re: [SQL] Uniqueness of rule, constraint, and trigger names