Re: [pgadmin-hackers] role support

2010-07-28 Thread Guillaume Lelarge
Le 26/07/2010 18:59, Guillaume Lelarge a écrit : > Le 26/07/2010 17:38, Benedek László a écrit : >> This is the next approximation, a single patch against current git master. >> >> Should cover all the features you asked. Please review it. >> > > Sure. Applies, compiles, and works great. Everythin

Re: [pgadmin-hackers] role support

2010-07-26 Thread Guillaume Lelarge
Le 26/07/2010 17:38, Benedek László a écrit : > This is the next approximation, a single patch against current git master. > > Should cover all the features you asked. Please review it. > Sure. Applies, compiles, and works great. Everything I asked was fixed or done. So, barring any objections,

Re: [pgadmin-hackers] role support

2010-07-25 Thread Guillaume Lelarge
Le 22/07/2010 17:15, Benedek László a écrit : > Here is a path to support the roles in global and server backups. > Got a look a this one too. Same note than the backup patch (ie, you should use a combox instead of the textbox, for the rolename). Can you send us a complete patch with all the fix

Re: [pgadmin-hackers] role support

2010-07-25 Thread Guillaume Lelarge
Le 22/07/2010 16:19, Benedek László a écrit : > On 2010-07-20 11:05, guillaume wrote: >> On Tue, 06 Jul 2010 23:33:56 +0200, Guillaume Lelarge >> wrote: >> >> I tried to apply your patch, but there is a big issue. It doesn't apply >> cleanly at all. And when I say "at all", I really mean it. It se

Re: [pgadmin-hackers] role support

2010-07-23 Thread Benedek László
Small fixes for the quick connection selector dialog: - The connection name includes the specified role's name - The last rolename saved Appliable onto the previous patch. From efeffe0d4088c4f4fb38f3eab95512315561503e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedek=20L=C3=A1szl=C3=B3?= Date:

Re: [pgadmin-hackers] role support

2010-07-23 Thread Benedek László
Hi, Here is the latest and greatest :) This patch includes everything for a complete login role support (I hope). A rolename can be specified for each server configuration, which will then be applied after a successfull db connection. Backup and restore dialogs also contain a rolename field to b

Re: [pgadmin-hackers] role support

2010-07-20 Thread guillaume
On Tue, 06 Jul 2010 23:33:56 +0200, Guillaume Lelarge wrote: > Le 06/07/2010 16:36, Benedek László a écrit : >> [...] >> I createad a patch to add support for roles in saved server >> configurations. >> After a db connection it will issue a SET Role= when a >> rolename is specified for the connect

Re: [pgadmin-hackers] role support

2010-07-06 Thread Guillaume Lelarge
Le 06/07/2010 16:36, Benedek László a écrit : > [...] > I createad a patch to add support for roles in saved server configurations. > After a db connection it will issue a SET Role= when a rolename is > specified for the connected server. > > This allows using pgAdmin's gui to create/alter/delete

[pgadmin-hackers] Role support

2005-07-28 Thread Dave Page
Hi Andreas, Are you planning on working on role support in pgAdmin? With that, and the finished Slony 1.1+ support, perhaps we should consider a release around the same time as pg8.1 (well, a little before so we can include it in pgInstaller). What do you think? Regards, Dave -