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
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 |
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
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
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
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.
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 +
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
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
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
10 matches
Mail list logo