Download - pgAdmin
www.pgadmin.org › download › pgadmin-4-windowsJan 28, 2021 · Download. Maintainer: pgAdmin Development Team. pgAdmin is available for 64 bit Windows™ 7 SP1 (desktop) or 2008R2 (server) and above, up to v4.30. v5.0 and later are supported on Windows 8 (desktop) or 2012 (server) and above. 32 bit Windows support is available for versions up to v4.29. The packages below include both the Desktop Runtime ...
PostgreSQL - ArchWiki - Arch Linux
https://wiki.archlinux.org/title/PostgreSQLFamiliarize with PostgreSQL Access the database shell. Become the postgres user. Start the primary database shell, psql, where you can do all your creation of databases/tables, deletion, set permissions, and run raw SQL commands.Use the -d option to connect to the database you created (without specifying a database, psql will try to access a database that matches your …