Re: Next release

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Next release
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E4A830@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на Next release  (Andreas Pflug <Andreas.Pflug@web.de>)
Список pgadmin-hackers

> -----Original Message-----
> From: Andreas Pflug [mailto:pgadmin@pse-consulting.de]
> Sent: 06 June 2004 09:22
> To: Dave Page
> Cc: pgadmin-hackers
> Subject: Re: [pgadmin-hackers] Next release
>
> Dave Page wrote:
>
> >
> > So what needs work at the moment? I thought of the following so far:
> >
> > - Tablespaces
> > - PITR front end (if it gets completed, though with Tom
> working on it
> > it seems likely) - though perhaps that'll end up as part of the
> > pg_dump front end
> > - ACL changes (did they happen in the end?)
>
> We might have missed some others, I'll ask on pgsql-hackers
> for a admin-interface specific list.

OK.

>
> > - Query builder only works under Windows. Think the bug
> under GTK is
> > deep in wx :-(
>
> A redesign avoiding MDI might be the answer for this.

Yes, unfortunately that probably means rewriting virtually all of it.
Just looking on Windows and it seems one of us has broken it there again
(though it should be easy to roll that back). If I remember correctly,
the bug is in frmQuerybuilder.cpp in


void frmQueryBuilder::OnSize(wxSizeEvent& event)
{
    if (this->GetClientWindow() != NULL) {
    wxLayoutAlgorithm layout;
    layout.LayoutMDIFrame(this);
    }
}

which is perfectly fine in itself, the problem being somewhere in
LayoutMDIFrame iirc. Anyway, if you get bored... :-)

>
> > - Some service control code for local installations on Windows?
>
>
> IMHO, we should restrict ourselves at some pure extended 7.5
> syntax support, to have the next release out in time.
> pg_dump, pitr, win32 service control and some other stuff are
> additional tools, which we certainly should implement some
> time, but we shouldn't wait for them now.

OK. My time is still limited until December (when I hand in my
dissertation and breath a big sigh of relief), but let me know if
there's anything you want me to look at.

/D

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Next release
Следующее
От: cvs@cvs.pgadmin.org
Дата:
Сообщение: CVS Commit by andreas: GRANT wizard