pberck
22
This is mine (some experimental entries left):
gis=# select * from geometry_columns;
f_table_catalog | f_table_schema | f_table_name | f_geometry_column | coord_dimension | srid | type
-----------------+----------------+--------------------+-------------------+-----------------+--------+-----------------
| public | planet_osm_point | way | 2 | 900913 | POINT
| public | planet_osm_line | way | 2 | 900913 | LINESTRING
| public | planet_osm_polygon | way | 2 | 900913 | POLYGON
| public | planet_osm_roads | way | 2 | 900913 | LINESTRING
| public | way | way | 2 | -1 | MULTILINESTRING
| public | cfd | the_geom | 2 | -1 | MULTILINESTRING
| public | cfd | way | 2 | -1 | MULTILINESTRING
(thanks for all your patience and help by the way!)
-peter