Is it possible? If so how?
I can only find solution for pgadmin 3 which doesn't work for me.
Is it possible? If so how?
I can only find solution for pgadmin 3 which doesn't work for me.
It worked like this for me:
Tools
, Query Tools
.sql
fileselect
and the file is uploaded.sql
file, press F5 or the play button above the menubar in the middle (look at the screenshot below).Following are the step that will help you in importing all tables of your schema
1) Open pgAdmin 4
2) Navigate to Your Database Name --> Schemas --> public
3) Then right click on public
4) After clicking on public then select Restore option from DropDown Menu
5) A window will open in which you only have to give location of .sql file and leave other textboxes
6) Click Restore and leave rest on pgadmin
Note : You have to perform these steps for every single table you want to import
To handle this problem, follow these steps:
this steps:
To handle this problem, follow these steps:
Select your Database.
Click in the menubar, select Tools & Query Tools,
Import your SQL (to generate query create table)
Execute query
This working with me when importing .sql file after creating the database. Thanks