Online Documentation for SQL Manager for PostgreSQL
Setting additional restore options
This step allows you to set additional options that will be used to restore the database. Note that the set of available options depends on the source dump file format and PostgreSQL version.
Structure options
No privileges
This option disables privilege allocation for database objects during the restore operation.
Don't set object ownership
This option disables object ownership statements for database objects during the restore operation.
Use set session authorization statements
If this option is selected, the currently set session authorization is used (available if the Don't set object ownership option is deselected).
Ignore settings tablespace commands
With this option, all objects will be created in whichever tablespace is the default during restore.
Use IF EXISTS clause
Add IF EXISTS clause to metadata operations if applied.
Data options
No data for failed tables
If this option is selected, table data will not be restored for the tables whose metadata failed to restore.
Don't add table access commands
Do not output commands to select table access methods. With this option, all objects will be created with whichever table access method is the default during restore.
Advanced options
Stop restoring on error
If this option is selected, the restore operation will be stopped when an error occurs.
Restore in single transaction
This option specifies restoring within a single transaction.
Don't add table access commands
This option disables table access method and all tables are created with the default access method.
Click the Next button to proceed to the next step of the wizard.