Todo: For the PostgreSQL/PostGIS writer, add a checkbox to force the schema, table name, and all column names to lower case.
Why: When converting from databases like Oracle where everything is by default uppercase, to PostgreSQL where everything by default is lowercase, the Dynamic setting creates everything as-is, which is normally good - but in this case keeps everything uppercase which is undesirable. Adding a checkbox to force everything lower either at the writer level (most desirable), or the table level would be most helpful.
My use-case: I have an Oracle production GIS database with over 4600 tables to convert to PostgreSQL. I don't look forward to having to touch each stream to add a bulkattributerenamer and set the schema and table names.