I need to do schema export. It takes a couple of hours to do the export but most of that export is one very large table of images stored as long raws. For this project I dont need the images table. There are several hundred other tables in the schema though so I dont want to export tables=tab1, tab2, tab3 etc, i need to export the schema but without the images table. since I cant exclude the image table in the export, can i temporarily change the owner of the table so its not picked up by the export schema?
any suggestions would be appreciated.
any suggestions would be appreciated.