Re: [pgadmin-hackers] Indexed constraint comments not working

2013-05-26 Thread Dave Page
Thanks - patch applied. On Sun, May 26, 2013 at 10:20 PM, Thom Brown wrote: > Hi all, > > Comments on indexed constraints (primary keys, exclusion constraints > etc.) are failing due to referencing the wrong alias of the relevant > pg_description join in the join clause. > > Test case: > > CREATE

[pgadmin-hackers] pgAdmin III commit: Fix comments on constraints

2013-05-26 Thread Dave Page
Fix comments on constraints Branch -- REL-1_16_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=79301382bfc8bd7e700afddad80244ecfe7fc9fc Author: Thom Brown Modified Files -- CHANGELOG |1 + pgadmin/schema/pgIndex.cpp |

[pgadmin-hackers] pgAdmin III commit: Fix comments on constraints

2013-05-26 Thread Dave Page
Fix comments on constraints Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=54e6370ef2f8b05aeed01666250bcea7c4ca1c91 Author: Thom Brown Modified Files -- CHANGELOG |1 + pgadmin/schema/pgIndex.cpp |2 +- 2 fi

Re: [pgadmin-hackers] Indexed constraint comments not working

2013-05-26 Thread Thom Brown
On 26 May 2013 18:20, Thom Brown wrote: > Hi all, > > Comments on indexed constraints (primary keys, exclusion constraints > etc.) are failing due to referencing the wrong alias of the relevant > pg_description join in the join clause. > > Test case: > > CREATE TABLE test (id int); > > ALTER TABLE

[pgadmin-hackers] Indexed constraint comments not working

2013-05-26 Thread Thom Brown
Hi all, Comments on indexed constraints (primary keys, exclusion constraints etc.) are failing due to referencing the wrong alias of the relevant pg_description join in the join clause. Test case: CREATE TABLE test (id int); ALTER TABLE test ADD CONSTRAINT cnt_x_test EXCLUDE USING btree (id WIT

[pgadmin-hackers] pgAdmin III commit: Fix schema prefixes in cast definitions in the brow

2013-05-26 Thread Dave Page
Fix schema prefixes in cast definitions in the browser. Branch -- REL-1_16_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f54011f1d0755cd4f1314d85598480e32b94a13f Modified Files -- CHANGELOG |1 + pgadmin/schema/pgCast.

[pgadmin-hackers] pgAdmin III commit: Fix schema prefixes in cast definitions in the brow

2013-05-26 Thread Dave Page
Fix schema prefixes in cast definitions in the browser. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=10a900163312fb6648e809499f537bfaa5fa1b94 Modified Files -- CHANGELOG |1 + pgadmin/schema/pgCast.cpp | 12 +

[pgadmin-hackers] pgAdmin III commit: Treat sequences as first class objects in the Grant

2013-05-26 Thread Dave Page
Treat sequences as first class objects in the Grant Wizard. Support USAGE and remove obsolete RULE permissions. Conflicts: CHANGELOG Branch -- REL-1_16_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=52ee1258436f6b0e306c92dd5792215dc27beff0 A

[pgadmin-hackers] pgAdmin III commit: Treat sequences as first class objects in the Grant

2013-05-26 Thread Dave Page
Treat sequences as first class objects in the Grant Wizard. Support USAGE and remove obsolete RULE permissions. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=b632c377168fcb6b628a29fce1208ecfa2b8f334 Author: Dhiraj Chawla Modified Files

[pgadmin-hackers] pgAdmin III commit: Set the default backup type to "Custom".

2013-05-26 Thread Dave Page
Set the default backup type to "Custom". Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=26baea9ea76952073c2398f85027bdc8fe6cfbb4 Modified Files -- CHANGELOG |1 + pgadmin/frm/frmBackup.cpp |2 ++ 2 files chang