Hello experts , I have created AWS RDS PostgreSQL 9.4 instance but i am not able to import the data to this instance .. when i running command like this psql -v _ON_ERROR_STOP_=1
-h XXXX.XXXXXXX.eu-west-1.rds.amazonaws.com -p 5432 -d opt -U root -f myfile.pgsql to import the data ..i am getting below error
ERROR: permission denied for schema public I am not database expert and i need help also i want to know which all parameter on AWS RDS for PostgreSQL 9.4 i should modify to have good performance Ram Murti |