When published on a geo-server postgis layer that has more than one geometry field (for example, polygon geometry and signature point geometry), the geo-serer does not define Native SRS, which even with SRS handling = Force Declared causes incorrect display of object data. In postgis versions earlier than 2.0, this was decided by writing the table / view into public.geometry_columns. In postgis versions older than 2, this table has become an automatically generated view.
Question: how to solve the problem of correctly determining the Native SRS layer on the geoserver?