Re: pgAdmin III Reverse Engineered SQL for RULES

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Donald Fraser <demolish(at)cwgsy(dot)net>
Cc: "[pgADMIN]" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: pgAdmin III Reverse Engineered SQL for RULES
Date: 2003-08-15 09:03:59
Message-ID: 3F3CA1FF.50404@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Donald Fraser wrote:

>
> Haven't checked the latest version.
> Running pgAdmin III 0.8.0 devel 3rd Aug.
>
> Feature requests:
> 1)
> The reverse engineered SQL code for RULES does not include the
> *normal* commented out -- DROP RULE ...
> Which I find very handy in most of the other reverse engineered SQL code.
>
> 2)
> RULES are displayed as CREATE RULE .....
> Slightly more convenient would be CREATE OR REPLACE RULE ....

This both originated from the fact that the complete CREATE RULE is
retrieved from the backend, instead of being compiled in pgAdmin3.

Both are corrected now.

Regards,
Andreas

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2003-08-15 09:23:28 Re: pgAdmin III Reverse Engineered SQL for RULES
Previous Message Andreas Pflug 2003-08-15 08:55:09 Re: hello sir