Deleting a rule?

From: Benjamin Smith <lists(at)benjamindsmith(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Deleting a rule?
Date: 2005-06-17 22:27:30
Message-ID: 200506171527.30328.lists@benjamindsmith.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I wrote a rule a while back that, due to the software being extended, now
needs to be deleted.

How do I drop a rule?

DELETE FROM pg_rules WHERE rulename='foo';

doesn't seem to cut it...

-Ben
--
"The best way to predict the future is to invent it."
- XEROX PARC slogan, circa 1978

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2005-06-17 22:57:20 Re: Deleting a rule?
Previous Message Karl O. Pinc 2005-06-17 22:22:50 Re: Making the DB secure