Difference between revisions of "Pgadmin4"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
``` | ``` | ||
sqlite3 /var/lib/pgadmin/pgadmin4.db | sqlite3 /var/lib/pgadmin/pgadmin4.db | ||
+ | .tables | ||
+ | select * from user; | ||
``` | ``` |
Latest revision as of 17:11, 18 January 2021
https://www.tecmint.com/install-postgresql-and-pgadmin-in-ubuntu/
sqlite3 /var/lib/pgadmin/pgadmin4.db .tables select * from user;