[postgis-users] Incorrect geometry_columns?

Paolo Cavallini cavallini at faunalia.it
Sun Dec 9 02:20:32 PST 2012


Hi all.
The geometry_columns view appears incorrect:

=> SELECT * from geometry_columns  where f_table_name='merge_strade';
f_table_catalog|f_table_schema|f_table_name|f_geometry_column|coord_dimension|srid|type
prova|public|merge_strade|geom|2|0|GEOMETRY

SELECT ST_SRID(geom) FROM merge_strade LIMIT 1;
st_srid
3003

SELECT ST_geometrytype(geom) FROM merge_strade LIMIT 1;
st_geometrytype
ST_LineString

Am I missing something?
Thanks.
-- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario


More information about the postgis-users mailing list