Thread: Re: rule on view in pgschema

Re: rule on view in pgschema

From
"Dave Page"
Date:

> -----Original Message-----
> From: frank_lupo [mailto:frank_lupo@email.it]
> Sent: 08 April 2003 09:37
> To: pgadmin-hackers
> Subject: [pgadmin-hackers] rule on view in pgschema
>
>
> Hi dave,
>
> I am developing the rules on the view in the pgschema.
>
> It is perhaps better to create one new class or to re-use
> those of the table?

Hi Frank,

Reuse if possible. There seems little point in rewriting it. You should
check for places that expect the rule to be under a table of course,
both in pgAdmin and pgSchema.

> What of tasks?

What do you mean?

Regards, Dave.