[pgAdmin4][Patch]: RM 2006 - cannot modify table name or set schema on tables with postgis geometry column

From: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: RM 2006 - cannot modify table name or set schema on tables with postgis geometry column
Date: 2016-12-30 10:10:41
Message-ID: CAFOhELc-iNCKo0+bp6zg5gcwTiCrC4XdghjEkw=2kNu0wNi1PA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Issue: Can not modify the table information when it has postgis geometry
column.

Fix: Properly handled the table column type (when it does not refer to
pg_catalog) while creating SQL command.

Please find attached patch to fix this issue.

Thanks,
Khushboo

Attachment Content-Type Size
RM_2006.patch text/x-patch 5.3 KB

Browse pgadmin-hackers by date

  From Date Subject
Next Message Surinder Kumar 2016-12-30 10:33:38 [pgAdmin4][Patch]: RM1830 - Error generating reversed engineering sql
Previous Message Murtuza Zabuawala 2016-12-30 09:47:39 PATCH: To fix the issue in exclusion constraint (pgAdmin4)