/postgres-showcase

Postgres features showcase (commented SQL samples) for beginners

Primary LanguagePLpgSQLBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

postgres-showcase

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

Rollout with psql:

ls -1 *.sql | sort -V | xargs cat | psql

All feeback welcome!