Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 744 Bytes

postgresql.md

File metadata and controls

24 lines (14 loc) · 744 Bytes

Starter Kit and Resources for PostgreSQL

Required Setup

  • PostgreSQL server
  • pgAdmin
  • Stack builder
  • Command line tools
  • Sample databases

PostgreSQL

For Windows x86-64, download the latest version of PostgreSQL 14.4. This is free software and requires no registration.

Execute the postgresql-14.4-1-windows-x64.exe

Sample database

Go to this page and download the following database (it is free to download and use):

  • demo-medium-en.zip (62 MB) — flight data for three months (DB size is about 700 MB)

The installation of the databases in PostgreSQL will be shown in one of the course sessions.