Re: Can't delete rules
От | Dave Page |
---|---|
Тема | Re: Can't delete rules |
Дата | |
Msg-id | 03AF4E498C591348A42FC93DEA9661B8128CAE@mail.vale-housing.co.uk обсуждение исходный текст |
Ответ на | Can't delete rules ("Donald Fraser" <demolish@cwgsy.net>) |
Список | pgadmin-support |
Hi Donald,
-----Original Message-----
From: Donald Fraser [mailto:demolish@cwgsy.net]
Sent: 29 November 2002 10:13
To: pgadmin-support@postgresql.org
Subject: [pgadmin-support] Can't delete rulespgAdmin Version 1.4.21)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.
В списке pgadmin-support по дате отправления: