Not sure if I am posting in appropriate location. Anyway, I have a postgres enterprise database set up. The data base uses two schemas:
sde - which contains the geographic data - This data is in a branch version configuration with history and edit tracking activated.
amp - which contains attribute data.
I have been successful in the past in creating database views between these two schemas. Currently, however, when a db view is created, the view includes multiple instances of features that have an edit history. It seems that the View does not just use the most current state of a feature class but all past states as well. For instance, in creating a DB View for Hydrants, the results are 3 instances of the same hydrant - as there are 3 edit instances (including the current state). Any ideas or suggestions on how to create the DB view to only connect with the last edit.
thanks in advance for responding.