Lists: | pgadmin-hackers |
---|
From: | svn(at)pgadmin(dot)org |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | SVN Commit by guillaume: r6920 - branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/dlg |
Date: | 2007-12-22 08:18:24 |
Message-ID: | [email protected] |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgadmin-hackers |
Author: guillaume
Date: 2007-12-22 08:18:24 +0000 (Sat, 22 Dec 2007)
New Revision: 6920
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6920&view=rev
Log:
Fix to list possible owners from pg_roles view if using a 8.1+ server.
Modified:
branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/dlg/dlgProperty.cpp
From: | Dave Page <dpage(at)postgresql(dot)org> |
---|---|
To: | |
Cc: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | Re: SVN Commit by guillaume: r6920 - branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/dlg |
Date: | 2007-12-22 10:46:30 |
Message-ID: | [email protected] |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgadmin-hackers |
svn(at)pgadmin(dot)org wrote:
> Author: guillaume
>
> Date: 2007-12-22 08:18:24 +0000 (Sat, 22 Dec 2007)
>
> New Revision: 6920
>
> Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6920&view=rev
>
> Log:
> Fix to list possible owners from pg_roles view if using a 8.1+ server.
>
>
>
> Modified:
> branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/dlg/dlgProperty.cpp
Shouldn't this be applied to trunk as well?
/D
From: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
---|---|
To: | Dave Page <dpage(at)postgresql(dot)org> |
Cc: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | Re: SVN Commit by guillaume: r6920 - branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/dlg |
Date: | 2007-12-22 10:53:38 |
Message-ID: | [email protected] |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgadmin-hackers |
Dave Page wrote:
> svn(at)pgadmin(dot)org wrote:
>> Author: guillaume
>>
>> Date: 2007-12-22 08:18:24 +0000 (Sat, 22 Dec 2007)
>>
>> New Revision: 6920
>>
>> Revision summary:
>> http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6920&view=rev
>>
>> Log:
>> Fix to list possible owners from pg_roles view if using a 8.1+ server.
>>
>>
>>
>> Modified:
>> branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/dlg/dlgProperty.cpp
>
> Shouldn't this be applied to trunk as well?
>
It's already applied on trunk (2007-12-17, revision 6911). But, monday,
I forgot to apply it on the 1.8 branch :)
--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com
From: | Dave Page <dpage(at)postgresql(dot)org> |
---|---|
To: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
Cc: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | Re: SVN Commit by guillaume: r6920 - branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/dlg |
Date: | 2007-12-22 10:55:43 |
Message-ID: | [email protected] |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgadmin-hackers |
Guillaume Lelarge wrote:
> Dave Page wrote:
>> svn(at)pgadmin(dot)org wrote:
>>> Author: guillaume
>>>
>>> Date: 2007-12-22 08:18:24 +0000 (Sat, 22 Dec 2007)
>>>
>>> New Revision: 6920
>>>
>>> Revision summary:
>>> http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6920&view=rev
>>>
>>> Log:
>>> Fix to list possible owners from pg_roles view if using a 8.1+ server.
>>>
>>>
>>>
>>> Modified:
>>> branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/dlg/dlgProperty.cpp
>> Shouldn't this be applied to trunk as well?
>>
>
> It's already applied on trunk (2007-12-17, revision 6911). But, monday,
> I forgot to apply it on the 1.8 branch :)
OK, cool :-)
/D