From:       To:      
Home > Documentation > SQL Server to PostgreSQL > FAQ

How to change destination table name in SQL Server to PostgreSQL converter?

There are two approaches to this task. First solution is to use Edit Table feature of SQL Server to PostgreSQL converter. This feature can be accessed by double click on the corresponding table name in "Selected tables" list.

Another solution is to convert contents of the table as result of SELECT-query with custom name. Click "Add Query" button on "Select tables" wizard page and compose simple query as follows:

SELECT * FROM <original table name>

Then store query with the required name. To access this feature click "Add Query" button on "Step 5 of 7" page of SQL Server to PostgreSQL conversion wizard.

See Using Queries article for the further information.

Have more questions? Contact us