pgloader: Migrate SQL Server database to PostgreSQL: How to filter by scheme?

168 views Asked by At

I'm learning pgloader. I want to migrate a database in SQL Server to PostgreSQL but only certain schemas. In the documentation, I have noted the following:

including only table names like 'GlobalAccount' in schema 'dbo'

Following this example, I would like it to include all the tables of this schema. How can I do that?

0

There are 0 answers