-1

I'm trying to import a PostgreSQL database in Ubuntu. Everything is installed and updated but the problem still presists, any ideas on how to fix this?

enter image description here

1
  • Use the COPY or \COPY. Commented Jun 3, 2021 at 19:06

1 Answer 1

0

Login to psql terminal by typing this

sudo -u postgres psql

Enter this command in the psql terminal, exit and try again.

alter role postgres superuser;
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.