[pgadmin-support] pgAdmin4 not displaying geometry details nicely (for a GIS table) - Mailing list pgadmin-support

From Ronnie Taib
Subject [pgadmin-support] pgAdmin4 not displaying geometry details nicely (for a GIS table)
Date
Msg-id SY3PR01MB16411520687980E1767FDC40A34C0@SY3PR01MB1641.ausprd01.prod.outlook.com
Whole thread Raw
List pgadmin-support

Hi all,

I'm a newbie here, so I hope this message is relevant to this forum. I posted it in gis.stackexchange (http://gis.stackexchange.com/q/226578/90727), but I guess it belongs to the pgAdmin4 developers, really.


Basically, there is a difference of behaviour between pgAdminIII and pgAdmin4 in the SQL pane when it comes to showing the details of a PostGIS geometry column. For example, pgAdminIII would show `geom geometry(LineStringZ,28356)` which is useful to immediately identify the type and SRID of the geometry. For the same table, pgAdmin4 shows `geom geometry(7259142)`.


Someone indicated that 7259142 is a binary concatenation of the LineStringZ code (00000110) and the SRID, but even so, it is very inconvenient quickly check table definitions in pgAdmin4.


Again, I am not sure whether this belongs to pgAdmin devs, to PostGIS devs, or to someone else. I just thought I'd raise the issue, as it made me revert to pgAdminIII...


Thanks,

Gep


pgadmin-support by date:

Previous
From: Dan Davis
Date:
Subject: Re: [pgadmin-support] pgadmin4 running behind nginx
Next
From: "A.J.L.R. Hasekamp"
Date:
Subject: [pgadmin-support] pgAdmin4 and Archlinux