Lecture about PostgreSQL
Slides
- Cover
- Introduction
- Advantages
- Disadvantages
- Installation
- Interacting With Postgres
- Creating a View
- Using Transactions
- Example Perl Program
- Same Program in C
- Extending the Database: SQL
Functions
- Extending the Database: C
Functions
- Extending the Database:
PL/pgSQL
- Database Priviliges
- Using Sequences
- Indexes to Tables
- Other Features of
PostgreSQL
- References and Links