----- Original Message -----
From: "Andreas Pflug" <pgadmin@pse-consulting.de>
To: "Dave Page" <dpage@vale-housing.co.uk>
Cc: "Darko Prenosil" <Darko.Prenosil@finteh.hr>;
<pgadmin-hackers@postgresql.org>
Sent: Tuesday, July 22, 2003 5:05 PM
Subject: Re: [pgadmin-hackers] PostgreSQL.hhp
> Dave Page wrote:
>
> >
> >
> >>-----Original Message-----
> >>From: Andreas Pflug [mailto:pgadmin@pse-consulting.de]
> >>Sent: 22 July 2003 14:58
> >>To: Dave Page
> >>Cc: Darko Prenosil; pgadmin-hackers@postgresql.org
> >>Subject: Re: [pgadmin-hackers] PostgreSQL.hhp
> >>
> >>
> >>Dave Page wrote:
> >>
> >>
> >>
> >>>Thanks Darko, patch applied.
> >>>
> >>>
> >>>
> >
> >
> >
> >>This wipes away the possibility to include different doc
> >>versions using
> >>options!!!!!
> >>
> >>
> >
> >I still maintain that no-one ever complained about that with pga2.
> >
> >What if the standard html viewer is used if the doc path begins with
> >http:// ?
> >
> >
> >
>
> We want to have a Beta, don't we?
> Certainly we can do something like that, sounds like a good idea, but
> for the moment a working option is broken. And there are enough other
> problems I believe.
>
> Regards,
> Andreas
>
Sorry; I wasn't aware of that possibility, but I like Idea to have
"searchable" help for PostgreSQL.
How about checking:
if it is http - call browser
and if is not call wxHelpControler ?
Or even beter we can simply check if "SQL help site" option points to dir
that is subdir of "docPath".
In this case only DisplayPgSqlHelp function should be changed. I don't think
this is such big change. Shall I do it ?
Regards !