Allow windward to distinguish between duplicate tables with different schema names on same postgres database
Postgres databases does not limit a users ability view table and column names based on user access rights (read for detail: https://stackoverflow.com/questions/20201436/how-to-restrict-access-to-schemas/20202163#20202163)
When valid duplicate table names (different schemas) exist then windward data bin places all of the fields from the duplicate tables into one table, sometimes resulting in duplicate field names or adding in fields that don't exist.
We can work around it by editing the xml but this is counterproductive as our database is continually changing after every release.
Please adjust windward so that schemas are used to differentiate between duplicate table names.

We tried to duplicate this issue and were not able to. In all of our tests Windward used the schema.table.column notation, not table.column.
If you can provide an example of this issue, that would be a bug (not a feature request) and we will fix it immediately.