YouTip LogoYouTip

Windows Install Postgresql

# Installing PostgreSQL on Windows Here we use EnterpriseDB to download and install. EnterpriseDB is the only company in the world that provides enterprise-grade products and services based on PostgreSQL. Download address: [https://www.enterprisedb.com/downloads/postgres-postgresql-downloads](https://www.enterprisedb.com/downloads/postgres-postgresql-downloads). !(#) Double-click the downloaded installer to start the installation. !(#) You can modify the installation path. !(#) Select the installation components. If you're unsure, just check all of them: !(#) Set the database path. !(#) Set the superuser password. !(#) Set the port number. You can use the default. !(#) Click Next directly. !(#) Click Next. !(#) Uncheck the box and click Finish directly. !(#) Open pgAdmin 4. !(#) The pgAdmin homepage is as follows. !(#) Click on Servers > Postgre SQL 10 on the left. !(#) Enter the password and click OK. !(#) The control panel is as follows. !(#) Open SQL Shell (psql). !(#)
← File WritePostgresql Tutorial β†’