Re: Can't delete rules

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Donald Fraser" <demolish(at)cwgsy(dot)net>, <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Can't delete rules
Date: 2002-11-29 11:29:14
Message-ID: 03AF4E498C591348A42FC93DEA9661B8128CAE@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi Donald,

-----Original Message-----
From: Donald Fraser [mailto:demolish(at)cwgsy(dot)net]
Sent: 29 November 2002 10:13
To: pgadmin-support(at)postgresql(dot)org
Subject: [pgadmin-support] Can't delete rules


pgAdmin Version 1.4.2

1)
The syntax for the DROP RULE statement generated by pgAdmin is
incorrect.
If you try to drop a rule you get the following error.

Actually it is correct, but only for PostgreSQL 7.3 - it seems the
syntax was changed :-(. In the meantime, you can use the SQL

DROP RULE rul_setpasswd

to drop it manually.


2) Not a bug, more of a lacking feature: You can't create rules
for views, this is a pain as the only way you can update, insert or
delete on views is to create rules for them.

Yes, I'm aware of this missing feature - it's probably only going to be
implemented in pgAdmin III, rather than pgAdmin II.

Regards, Dave.

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2002-11-29 11:37:20 Re: Can't delete rules
Previous Message Donald Fraser 2002-11-29 10:13:04 Can't delete rules