Re: Patch: commandline connect/launch - Mailing list pgadmin-hackers

From Magnus Hagander
Subject Re: Patch: commandline connect/launch
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE6C7E40@algol.sollentuna.se
Whole thread Raw
In response to Patch: commandline connect/launch  ("Magnus Hagander" <mha@sollentuna.net>)
List pgadmin-hackers
> > Attached patch makes it possibe to specify a server description to
> > auto-connect to on the commandline ("-s mydbserver"), and
> also to have
> > pgAdmin automatically launch the query tool ("-s mydbserver
> -q"). It
> > will still open the main window as well, as there seems to be
> > interaction between the query window and the main one that I'm not
> > fully understanding yet :)
> >
> > It also rearranges the commandline parsing to use the wx class for
> > commandline parsing. It just made things much easier to do it that
> > way.
> > Hopefully I didn't break anything else :-) As a bonus,
> there is now a
> > "/h" for help on commandline args.
>
> Thanks - patch committed with minor changes:
>
> - Added documentation for all command line options
>
> - Modified the patch to restore the server environment, but
> only if -q is not used.

Thanks!

//Magnus

pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Paste bug in Query Tool
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r4885 - trunk/pgadmin3