I have a Postgres database that's not using the default "public" schema. When I load a .DEF file the table that's created lands in the public schema. It would be nice if I had the choice of the schema. I imagine this could be useful for other products. I can do an alter table statement to change it but it's yet one other step that needs to be taken.

Having said that, am I missing something somewhere that would have resulted in the correct schema?