Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Postgresql PL/PGSQL Triggers
8 students

Postgresql PL/PGSQL Triggers

Improve Database Speed Performance with PL/PGSQL
Last updated 12/2022
English

What you'll learn

  • Understanding the concept of Pl/PGSQL
  • Defining Types of Postgresql PL/PGSQL
  • Understanding Triggers and their role in a program
  • Defining types of Triggers with Examples of the types

Course content

1 section5 lectures1h 42m total length
  • Introduction to PLPGSQL29:09

    An Introduction to the Postgresql PL/PGSQL uses and types .

  • Trigger per-statement Type28:36

    The 1st type of Triggers..the per-statement trigger

  • Trigger per-row Type12:13

    The 2nd type of triggers .. the  per-row trigger

  • Triggers Event20:50

    The 2nd type of the Triggers function ..Trigger Event.

  • Triggers Notes11:16

    Important notices to give attention to when adding multiple triggers to table.

Requirements

  • knowledge of Postgresql database basics
  • Knowledge of SQL basics

Description

This course about Procedural Language of Postgresql  servers, in this course we talk about the first type of the PL.PGSQL that is the Triggers in depth...what are the triggers , why we use them, their types and when we use these types.

We will explain all this with examples on a real Postgresql server and a database with tables were we all apply all types of triggers on different tables to see how these triggers will effect changes in out tables.

Then we will see what are the special points we need pay attention to when using the triggers, such points that can have big impact on the result that our queries we apply on the database.

During the course will provide you with sources from the manual of Postgresql to double check about your implementations of the triggers on your Postgresql database tables.

In this course we will talk about a special type if PL/PGSQL Functions that is called the Triggers Functions and their use with the Triggers...

We also will see the effect of both the Triggers Functions types...and how each type can be joind with each type of the triggers (i.e, the per-statement & per-row triggers).

Who this course is for:

  • Database developers .
  • Programmers wish to optimize their database performance