pgAdmin 4 commit: Fixed an issue creating extensions 'postgis_topology'

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue creating extensions 'postgis_topology'
Date: 2016-05-14 10:13:18
Message-ID: E1b1WZS-0000u6-1R@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue creating extensions 'postgis_topology', and
'postgis_tiger_geocoder'.

Current implementation changes the schema name, whenever we chance the
name, which is wrong. We should have not change the schema for this
event.

Thanks Fahar Abbas for reporting.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=491bd3605bb943ee0291f5b7c674e49be578d530

Modified Files
--------------
.../databases/extensions/templates/extensions/js/extensions.js | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-14 10:14:19 Re: [pgAdmin4][patch]: Unable to create extension "postgis_topology" and "postgis_tiger_geocoder" installed through stack builder
Previous Message Surinder Kumar 2016-05-14 10:07:59 Re: [pgAdmin4][Patch]: Load/Save file in query tool