Thread: many panels are too small
The maintenance frame is too small to read all the messages. can this be made resizable with maybe an option to save verbose messages to a file? Ditto for the server status dialog. I can never see the full query being executed.
> -----Original Message----- > From: teknokrat [mailto:teknokrat@yahoo.com] > Sent: 12 November 2003 16:12 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] many panels are too small > > The maintenance frame is too small to read all the messages. > can this be made resizable with maybe an option to save > verbose messages to a file? > Ditto for the server status dialog. I can never see the full > query being > executed. Hi, I have added some items to the todo list to cover these suggestions. Cheers, Dave.
Dave Page wrote: > > > >>-----Original Message----- >>From: teknokrat [mailto:teknokrat@yahoo.com] >>Sent: 12 November 2003 16:12 >>To: pgadmin-support@postgresql.org >>Subject: [pgadmin-support] many panels are too small >> >>The maintenance frame is too small to read all the messages. >>can this be made resizable with maybe an option to save >>verbose messages to a file? >>Ditto for the server status dialog. I can never see the full >>query being >> executed. > > > Hi, > > I have added some items to the todo list to cover these suggestions. > > Cheers, Dave. > > ---------------------------(end of broadcast)--------------------------- > TIP 3: if posting/reading through Usenet, please send an appropriate > subscribe-nomail command to majordomo@postgresql.org so that your > message can get through to the mailing list cleanly > thats great. I'd like to know if there is any effort under way to add greater monitoring and visualisation features to pgadmin. for example it would be great if pgadmin could examine the output of vacuum verbose and make recommendations on vacuum frequency etc. Or perhaps doing some analysis of the statistics collected and recommending better settings. maybe coming up with a better graphical display for analyze ( with problems/slowdowns hilighted) etc.
> -----Original Message----- > From: teknokrat [mailto:teknokrat@yahoo.com] > Sent: 13 November 2003 10:56 > To: pgadmin-support@postgresql.org > Subject: Re: [pgadmin-support] many panels are too small > > > thats great. I'd like to know if there is any effort under > way to add greater monitoring and visualisation features to > pgadmin. for example it would be great if pgadmin could > examine the output of vacuum verbose and make recommendations > on vacuum frequency etc. Or perhaps doing some analysis of > the statistics collected and recommending better settings. > maybe coming up with a better graphical display for analyze ( > with problems/slowdowns hilighted) etc. HI, There are no plans currently to attempt to analyse vacuum output etc - I suspect this could be potentially quite difficult to do effectively and accurately (I'm not even sure off hand if it would give any particularly useful info). There are however, plans for an index checker that will warn if you have missing indexes that will help foreign keys work efficiently. I believe Andreas has already commited some code for this. Regards, Dave.
Dave Page wrote: >There are however, plans for an index checker that will warn if you have >missing indexes that will help foreign keys work efficiently. I believe >Andreas has already commited some code for this. > > Not really, just some preparation so far. Regards, Andreas