Re: bug with CREATE RULE

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Chris Pizzi <cpizzi(at)sequiam(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: bug with CREATE RULE
Date: 2003-09-17 16:02:59
Message-ID: 2908.1063814579@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Chris Pizzi <cpizzi(at)sequiam(dot)com> writes:
> Creating a "select" rule on a table should fail if the table is
> referenced by foreign key constraints.

Creating a "select" rule on a table should fail, period. It does not
because we left that feature in for backwards compatibility with ancient
pg_dump files. But it's not considered a supported feature.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Arthur Ward 2003-09-17 16:35:26 Re: plpython (triggers?) and dropped attributes
Previous Message Chris Pizzi 2003-09-17 14:36:46 bug with CREATE RULE