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 11:08
> To: Dave Page
> Cc: pgadmin-hackers
> Subject: Re: [pgadmin-hackers] rule on view in pgschema
>
>
> In table class is present the remove routine. This routine
> have 2 parameter. The second parameter is 'RemoveSubItems As
> Boolean'.
> This parameter is from inserting also of the view?
>
> Public Sub Remove(ByVal Key As String, Optional
> RemoveSubItems As Boolean)

Not quite sure what you mean, but in 7.3 the dependency mechanism should
handle this anyway. You should probably add the same option to
Views.Remove though, if only for backwards comatibility.

Regards, Dave