Create PostgreSQL Database

Launch the pgAdmin 4 tool

  1. Start > All Apps > PostgreSQL 13* > pgAdmin 4

    A white background with blue text

Description automatically generated

  2. Enter the password, then click OK.

    A screenshot of a computer

Description automatically generated

  3. pgAdmin is launched, now you are ready to explore.

    A screenshot of a computer

Description automatically generated

*depends on what version of PostgreSQL installed on your machine.

Create a new database called testdb

  1. Servers > Right-click Database > Create > Database

    A screenshot of a computer

Description automatically generated

    A screenshot of a computer

Description automatically generated

  2. Click Save to create the database.