Answers for "local postgres with docker and pgadmin"

CSS
1

run psql postgres docker

docker exec -it <database_name> psql -U <username> -W <username>
Posted by: Guest on February-23-2022
1

sql file in postgres with pgadmin

1. Open/select the database in PgAdmin4
2. In the top menu, Click Tools, Query Tool
3. Click the left most icon in Query Tool and drill down to find the .sql file
you want.
4. Click Select
5. To run, Click the lightning icon (to the right of "No Limit").
Posted by: Guest on December-04-2020

Code answers related to "local postgres with docker and pgadmin"

Browse Popular Code Answers by Language