Ispirer Website Ispirer Capabilities: PostgreSQL Migration Free Trial

PostgreSQL: Setting Up Target User Privileges

To make import into PostgreSQL Database you can utilize the existing user or create a new one. To create a new user you can execute the statement below:

CREATE USER tester with PASSWORD 'postgres';

Once the user is created you can run the import process. In PostgreSQL there is no need to add additional privileges to be able to create objects or load the data.


If you have any other questions, please contact us: support@ispirer.com