PostgreSQL tutorial

This PostgreSQL Tutorial course teaches you how to use basics of PostgreSQL programming language. The PostgreSQL Tutorial is designed for beginners and advanced developers.
In PostgreSQL are four procedural languages with you can write functions:

PL/pgSQL
PL/Tcl
PL/Perl
PL/Python

This postgresql tutorial will be concentrated on PL/pgSQL language.

The basic objects of PostgreSQL are: tables, columns, indexes, constraints, functions, triggers.
To modify objects is used create, insert, update, select, delete, drop and alter.

1. Introduction to PostgreSQL

2. Conditional Statements

3. Create Function

4. Create Trigger

5. View

6. Aggregate functions

7. PostgreSQL Tutorial

PL/pgSQL – SQL Procedural Language

The basic commands of PL/pgSQL – SQL Procedural Language:

Alter Examples

PostgreSQL error messages help