Answers for "pgadmin for postgresql"

SQL
0

Install pgAdmin

curl https://www.pgadmin.org/static/packages_pgadmin_org.pub | sudo apt-key add
sudo sh -c 'echo "deb https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/$(lsb_release -cs) pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list && apt update'
Posted by: Guest on July-09-2021
0

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 "pgadmin for postgresql"

Code answers related to "SQL"

Browse Popular Code Answers by Language