Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Postgres features showcase (commented SQL samples) for beginners

License

Notifications You must be signed in to change notification settings

cybertec-postgresql/postgres-showcase

Folders and files

NameName
Last commit message
Last commit date
Oct 10, 2019
Aug 13, 2019
Aug 13, 2019
Sep 11, 2017
Sep 11, 2017
Sep 11, 2017
Sep 11, 2017
Aug 14, 2019
Sep 11, 2017
May 6, 2020
May 5, 2020
May 5, 2020
May 6, 2020
Aug 14, 2019
Sep 11, 2017
Aug 14, 2019
Aug 14, 2019
Sep 11, 2017
Aug 15, 2019
Aug 15, 2019
Sep 11, 2017
Apr 30, 2019
Sep 11, 2017
Sep 11, 2017
Sep 11, 2017
Aug 14, 2019
Sep 11, 2017
Sep 11, 2017
Aug 15, 2019
Sep 11, 2017
Aug 14, 2019
May 6, 2020
Sep 11, 2017
Sep 11, 2017
Apr 4, 2017
Sep 11, 2017
Aug 15, 2019
Aug 14, 2017
Sep 11, 2017
Aug 15, 2019

Repository files navigation

postgres-showcase

Sample object creation and query scripts to illustrate different Postgres object types and data quering possibilities. Targeted for beginners.

Rollout

For running all the scripts on a local Postgres DB (superuser assumed) use the provided rollout.sh script which consist of:

ls *.sql | sort -n | xargs -n 1 psql -f

All feedback welcome!