Hey there,
One of my clients wants a geodatabase from a PostgreSQL/PostGIS project I have been doing. I can right click the Database Connection in the Catalog and Export - Geodatabase, but the result is only the tables with a geometry field. That's completely inadequate as most of the spatializations are done via views joining tables with geometry fields to tables without them using common keys.
Can someone point out a way to get all tables -- not just tables with a geom field/geom index as an export from a PostgreSQL database?
thanks!