[postgis-devel] [PostGIS] #368: Geography showing cryptic type
PostGIS
trac at osgeo.org
Sun Jan 3 10:12:00 PST 2010
#368: Geography showing cryptic type
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 1.5.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
I hope this has been fixed since. I just got around to stress testing the
12/30 build I did and when I create a geography table and look at the
CREATE TABLE in pgadmin it looks like
So for example if I created a table as
CREATE TABLE pgis_geoggarden(gid serial NOT NULL, the_geog
geography(POINT));
When I relook at it, it looks like this:
CREATE TABLE pgis_geoggarden
(
gid serial NOT NULL,
the_geog geography(1107456)
);
Can you check and see if it shows similar anomaly. I don't recall it
looking like this before. Though
SELECT * FROM geography_columns
looks fine.
I'm trying to recall if last time I looked at this was with PgAdmin 1.10
and now I'm running 1.10
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/368>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list