Add introspection support for PostGIS POINTZ
I create on RoR , models with type "t.geography "location", limit: {:srid=>4326, :type=>"point", :has_z=>true, :geographic=>true}". And try make inspectdb in my django project , but ./manage.py inspectdb fails. It database its seem like "location geography(PointZ,4326)" .
Change History
(12)
Needs tests: |
set
|
Patch needs improvement: |
set
|
Triage Stage: |
Unreviewed → Accepted
|
Version: |
1.9 → master
|
Resolution: |
→ duplicate
|
Status: |
new → closed
|
Type: |
Uncategorized → New feature
|
Resolution: |
duplicate
|
Status: |
closed → new
|
Needs tests: |
unset
|
Patch needs improvement: |
unset
|
Summary: |
Add new Field type for postgis POINTZ → Add introspection support for PostGIS POINTZ
|
Patch needs improvement: |
set
|
Patch needs improvement: |
unset
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Do we need a separate field or can this be
PointField(dim=3)
as described in #26775?