Re: [pgadmin-hackers] Enable/disable trigger path

2007-01-19 Thread Dave Page
OK, nearly there... :-) Guillaume Lelarge wrote: > Dave Page a écrit : >> [...] >> Bullet pointed tips, purely because that's how they escaped from my >> brain :-) >> >> - This should be on the Tools menu, not the View menu. >> > > I don't understand what you mean by this. I put them on the Tools

Re: [pgadmin-hackers] Enable/disable trigger path

2007-01-18 Thread Guillaume Lelarge
Dave Page a écrit : > [...] > Bullet pointed tips, purely because that's how they escaped from my > brain :-) > > - This should be on the Tools menu, not the View menu. > I don't understand what you mean by this. I put them on the Tools contextual menu but I don't see a View contextual menu. Can

Re: [pgadmin-hackers] Enable/disable trigger path

2007-01-16 Thread Dave Page
Guillaume Lelarge wrote: > Hi all, > > Here is my first patch to support enable/disable trigger. This > functionnality is available since release 8.1 of PostgreSQL. Im' not > really happy with my code. I have some code to enable a trigger and some > code to disable it. I think it would be better t

[pgadmin-hackers] Enable/disable trigger path

2007-01-16 Thread Guillaume Lelarge
Hi all, Here is my first patch to support enable/disable trigger. This functionnality is available since release 8.1 of PostgreSQL. Im' not really happy with my code. I have some code to enable a trigger and some code to disable it. I think it would be better to merge them since they are pretty cl