Ticket #368 (closed defect: wontfix)
Geography showing cryptic type
| Reported by: | robe | Owned by: | pramsey |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 1.5.2 |
| Component: | postgis | Version: | trunk |
| Keywords: | Cc: |
Description
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
