cybertec-postgresql / postgres-showcase

Postgres features showcase (commented SQL samples) for beginners

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Postgres features showcase (commented SQL samples) for beginners

License:BSD 3-Clause "New" or "Revised" License