I have created a point feature class with ArcCatalog and used ArcMap editing to insert a few features. Then I used direct sql calls to st_geometry() in order to populate this feature class with values i get from a web application interface. The values get inserted to the feature class, but I have discovered that the maxx ,maxy, minx, miny fields of sde.sde_layers do not get updated with new values when I manually insert new points to the table. The new points show up in ArcMap but the full extent function zooms to the extent of the initial points i inserted with ArcMap. Also, when i use the web interface, the respective map service layer that exposes features from the mentioned feature class does not render to the browser unless the extent partly overlaps with the extent of the initial points I inserted through ArcMap.
It seems Oracle works alright. I would like to know if this is some Postgresql specific bug and if there is some better way to update sde.sde_layers than manually finding out the new minx, miny, maxx, maxy from my table and updating.