> We don't have (AFAICT) grouping functionality, folder-like to group servers
> by
> (geographical for example: one group for all
> Paris servers, another one for all servers in Marseilles, etc.).
Cool idea.
Now, pgAdmin has a root node named "Servers".
It is the first server group.
The users
Guillaume Lelarge wrote:
> Hi all,
>
> I was at a customer's office wednesday and thursday and they had an
> interesting request for pgAdmin. I'm not sure it was not already discussed
> here, so I prefer asking before coding.
>
> They'll have to administrate around 150 PostgreSQL servers. They
Guillaume Lelarge wrote:
PS: right now, I told them to declare each group in different .reg files (they
work on windows). When they need to work on one group, they first register the
associated .reg file and then launch pgAdmin... but that's not a really good
way to do it.
Another workaround
Hi all,
I was at a customer's office wednesday and thursday and they had an
interesting request for pgAdmin. I'm not sure it was not already discussed
here, so I prefer asking before coding.
They'll have to administrate around 150 PostgreSQL servers. They intend to use
pgAdmin, but 150 registe
Author: dpage
Date: 2009-04-16 15:12:20 +0100 (Thu, 16 Apr 2009)
New Revision: 7814
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7814&view=rev
Log:
Fix the AUI handling for the status form. It didn't handle localisation
properly (which would result in a blank screen being
Author: dpage
Date: 2009-04-16 12:02:13 +0100 (Thu, 16 Apr 2009)
New Revision: 7813
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7813&view=rev
Log:
Ensure account expiration dates are displayed and handled consistently [Ashesh
Vashi/Dave Page]
Modified:
trunk/pgadmin3
Author: dpage
Date: 2009-04-16 09:29:25 +0100 (Thu, 16 Apr 2009)
New Revision: 7812
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7812&view=rev
Log:
Update the GQB to demand load the contents of each schema individually. This
requires some pretty heavy
structural changes,