Re: Feature request in pgadmin (tested on Beta 5)

From: Maciek Sakrejda <msakrejda(at)truviso(dot)com>
To: Dave Page <dpage(at)postgresql(dot)org>
Cc: "Pgadmin-Support (E-mail)" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Feature request in pgadmin (tested on Beta 5)
Date: 2007-09-28 15:44:42
Message-ID: 1190994282.6158.21.camel@maciek-desktop.aminsight.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

I wouldn't mind taking a stab at this (and perhaps eventually other
things). Could I ask what others use in terms of development
environment? I tried Anjuta and Eclipse + CDT in Ubuntu, but they both
had issues properly navigating the code through "Go to
{definition,declaration}" (which I use constantly). I tried VS2k5 on
Windows, and that seems to work nicely, but I'm confused by the setup
instructions for pgAdmin with respect to building wxWidgets:

Windows 2000, XP and 2003

A suitable setup.h file. Copy this to the appropriate include/wx/ and
include/wx/msw directories in your wxWidgets source tree, and open the
wxWidgets project in Visual Studio....

What suitable setup.h file is this talking about? Also, is it necessary
to build wxWidgets to build pgAdmin? I hope I'm not asking for too much
hand-holding, but it'd be nice to get started without running into the
same problems that others have solved before.

Thanks,
Maciek

> > 2. Allowing connect to server to specify both user and password.
> >
> > This is another case where I have to create multiple connections to
> > the same database cluster to allow connection by different users
> > (standard user, superuser etc.). It also discourages me from using
> > individual user ids for my users (always bad!).
>
> That doesn't sound too hard - the dialog already has the required
> controls on it (albeit hidden in the scenario you're using it in) - we
> could just display them and default their values to what we currently use.
>
> Anyone want a little starter project?
>
> Regards, Dave.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Alejandro Gasca 2007-09-28 16:14:13 Re: SSL problem in pgAdmin3 1.8.0 beta 5
Previous Message Alejandro Gasca 2007-09-28 15:28:42 problem using autocomplete