Using AWS conversion tool I am suppose to MS-SQL conversion into PostgreSQL, Its converting but its creating new schema.
I have a public schema and I need to convert into this schema only, Is there any way to select existing schema, by default its creating schema with name of source database.
Thanks