From: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk> |
---|---|
To: | "'jm(dot)poure(at)freesurf(dot)fr'" <jm(dot)poure(at)freesurf(dot)fr> |
Cc: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | Re: ALTER VIEW |
Date: | 2002-02-20 09:45:19 |
Message-ID: | FED2B709E3270E4B903EB0175A49BCB10475C2@dogbert.vale-housing.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
> -----Original Message-----
> From: Jean-Michel POURE [mailto:jm(dot)poure(at)freesurf(dot)fr]
> Sent: 20 February 2002 09:37
> To: Dave Page
> Cc: pgadmin-hackers(at)postgresql(dot)org
> Subject: Re: ALTER VIEW
>
>
> Le Mercredi 20 Février 2002 10:27, Dave Page a écrit :
> > I just noticed in your update you forgot to alter the pgView.SQL
> > function entry iLogEvent call to log the new parameters; It should
> > look like:
> >
> > Public Property Get SQL(Optional PseudoAlter As Boolean) As
> String On
> > Error GoTo Err_Handler objServer.iLogEvent "Entering " &
> App.Title &
> > ":pgView.Property Get SQL(" & PseudoAlter & ")", etFullDebug
>
> Hi Dave,
>
> This will take some time before I fully understand the code.
> I just committed
> VIEW RENAMING to CVS. Now, it is impossible to change view
> definition. I
> looked for the error and did not find it.
>
> I miss something. Could you please help me and check the
> code? I will not
> commit anything related to views so that you can apply
> changes directly.
View renaming *looks* OK. I'll check it now. BTW, I already added view
updating to the changelog (thought you forgot - sorry) - I just tend to add
items at the bottom.
Regards, Dave.
From | Date | Subject | |
---|---|---|---|
Next Message | Jean-Michel POURE | 2002-02-20 10:05:07 | Re: To-Do List |
Previous Message | Jean-Michel POURE | 2002-02-20 09:36:31 | Re: ALTER VIEW |