Hi Florian,
I understand you can do ST_Srid() as in
SELECT geom.ST_Srid() FROM mytable;
But what about metadata?
E.g. if a table is create as in
CREATE COLUMN TABLE mytable(geom st_geometry(28992))
No records have been inserted, yet...how do I get the srid of the column?
Patrick