Lecture about PostgreSQL

Slides

  1. Cover
  2. Introduction
  3. Advantages
  4. Disadvantages
  5. Installation
  6. Interacting With Postgres
  7. Creating a View
  8. Using Transactions
  9. Example Perl Program
  10. Same Program in C
  11. Extending the Database: SQL Functions
  12. Extending the Database: C Functions
  13. Extending the Database: PL/pgSQL
  14. Database Priviliges
  15. Using Sequences
  16. Indexes to Tables
  17. Other Features of PostgreSQL
  18. References and Links