I don't know if this question belongs on this list or the postgis list. In psql and pgAdmin3 a postgis geometry column is show as e.g.
Column | Type
---------------+---------------------
polygeom | geometry(MultiPolygon,3739)
however in pgAdmin4 it's show as:
polygeom geometry(957204)
Like "957204" is not being translated to "MultiPolygon, 3739". Any ideas or should I be asking this on the postgis list?
Thanks,