Re: [pgadmin-hackers] pgAdmin III commit: Add support for range types (9.2+)

2012-04-29 Thread Thom Brown
On 29 April 2012 21:56, Guillaume Lelarge wrote: > Add support for range types (9.2+) Range types aren't added to the type drop-down and instead only show the array-equivalents. -- Thom -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscript

[pgadmin-hackers] pgAdmin III commit: Fix my previous commit...

2012-04-29 Thread Guillaume Lelarge
Fix my previous commit... yeah, I know, twice in almost a day... :-/ Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=9ad748c824d2fc4125f06dbe8068a88e7bb59447 Modified Files -- pgadmin/dlg/dlgType.cpp |5 ++--- 1 files changed, 2

[pgadmin-hackers] pgAdmin III commit: Add support for range types (9.2+)

2012-04-29 Thread Guillaume Lelarge
Add support for range types (9.2+) Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e67c72519315b54f966d5083bd4c5f1c4c47e0bd Modified Files -- CHANGELOG |1 + pgadmin/dlg/dlgType.cpp | 199 +- pga

[pgadmin-hackers] pgAdmin III commit: Forgot to update CHANGELOG, and XRC C++ file in my

2012-04-29 Thread Guillaume Lelarge
Forgot to update CHANGELOG, and XRC C++ file in my previous commit Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=6b1ecbbc388efc1b976ac79fc554f1d5234b Modified Files -- CHANGELOG |1 + pgadmin/ui/xrcDialogs.c

[pgadmin-hackers] pgAdmin III commit: Add support for setting db/user config on dlgRole

2012-04-29 Thread Guillaume Lelarge
Add support for setting db/user config on dlgRole Previously, a user could only add/remove/update db/user configuration in the database properties dialog, which was a weird choice I made when adding support for db/user configuration. Now, a user can also do that from the role properties dialog. I