Re: Deleting a rule?

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Benjamin Smith <lists(at)benjamindsmith(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Deleting a rule?
Date: 2005-06-17 22:57:20
Message-ID: 20050617225720.GA85790@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Jun 17, 2005 at 03:27:30PM -0700, Benjamin Smith wrote:
>
> How do I drop a rule?

With DROP RULE. Here's a link to the documentation for the latest
release:

http://www.postgresql.org/docs/8.0/static/sql-droprule.html

If that doesn't work then please provide more info.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jim C. Nasby 2005-06-18 00:04:36 Re: Autovacuum in the backend
Previous Message Benjamin Smith 2005-06-17 22:27:30 Deleting a rule?