| From: | "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk> |
|---|---|
| To: | "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de> |
| Cc: | <pgadmin-hackers(at)postgresql(dot)org> |
| Subject: | Re: pgAgent stuff |
| Date: | 2005-03-28 19:29:10 |
| Message-ID: | E7F85A1B5FF8D44C8A1AF6885BC9A0E472BDB0@ratbert.vale-housing.co.uk |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
> -----Original Message-----
> From: Andreas Pflug [mailto:pgadmin(at)pse-consulting(dot)de]
> Sent: 28 March 2005 18:06
> To: Dave Page
> Cc: pgadmin-hackers(at)postgresql(dot)org
> Subject: Re: pgAgent stuff
>
> Dave Page wrote:
>
> >
> >>Some days ago I noticed you remove pgAgent.cpp, which showed
> >>an instance of pgAgent if the schema is present.
> >
> > I removed it because it was easier to use a pgCollection
> than to make
> > pgAgent work properly and consistently with the rest of the browser.
> > Consequently, the code should be easier to grok and
> maintain as it now
> > works the same way as other object collections.
>
> As as result from dropping pgAgent.cpp, there's no node where
> agent wide
> statistics (running agents, logs) can be displayed. IMHO
> we'll need to
> reinvent that node.
Eh? The node is there, I just rewrote it using pgCollection rather than
a completely custom node type. pgCollection has stats code in which
which can be extended as appropriate for the agent stuff.
Regards, Dave.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | cvs | 2005-03-28 19:52:31 | CVS Commit by dpage: listen_addresses appeared in 8.0, not 7.4. |
| Previous Message | Andreas Pflug | 2005-03-28 17:06:24 | Re: pgAgent stuff |