Postgres Triggers in a Nutshell

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 22

  • @PlsBuildSomething
    @PlsBuildSomething  5 місяців тому

    Full Postgres Course available for 90% off:
    www.udemy.com/course/practical-postgres-master-the-most-important-parts-of-sql/?couponCode=UA-cam-PG-BEGINNER
    My course is focused on the most practical parts of postgres and the goal is to teach you the most useful things as quickly as possible.

  • @bmacf
    @bmacf 3 місяці тому +1

    This video shoud have waaay much more likes. Great explanation!

  • @AMasondude
    @AMasondude Рік тому +2

    You are literally enabling me to beat my final exams, thank you very much Mr.Amelotte

  • @lukewg
    @lukewg 2 роки тому +2

    actually the best tutorial I found for this thank you so much

  • @lacikawiz8369
    @lacikawiz8369 2 місяці тому

    Very nice, clear explanation and good example!

  • @SizzlingSquiggle
    @SizzlingSquiggle 2 роки тому

    I am so glad to find this video. Your energy in the video is far less boring than others. You're more informational than others and your face makes it feel more personal. This is most definitely the best video to get a quick understanding of triggers.

  • @cheskibar
    @cheskibar 2 роки тому +1

    Thanks Troy. This PostgreSQL video was really helpful and so was your first one which went through the basics. I needed a quick and concise guide and yours was only 45 minutes on the YT search results so I went with yours over a 4 hours course. I would like to know more about PostgreSQL regarding the client-server model that it implements. If at some point you could go through how a simple application can sent requests to a PostgreSQL server and get back responses that would also be much appreciated.

  • @ArunSenThomas
    @ArunSenThomas 11 місяців тому

    Thank you for the video. Great explanation. Have you ever got a chance to explore on performance on the Postgres DB

  • @helenecklund9335
    @helenecklund9335 2 роки тому +2

    Awesome. Thank you!

  • @RemotHuman
    @RemotHuman 5 місяців тому

    also things are in cents because the simplest version of storing things in dollars would be to use float types, which can (deceptivly to beginners) produce incorrect results when you try to do calculations with them, due to the imprecision of the float type

  • @igallebedev468
    @igallebedev468 Рік тому

    awesome video video !!!

  • @markodonnell3889
    @markodonnell3889 2 роки тому

    Great video - thanks for sharing

  • @nazareno.marcelli
    @nazareno.marcelli Рік тому

    nice video! Thanks

  • @septimusseverus252
    @septimusseverus252 Рік тому

    Like and sub well deserved....awesome video mate...thank you

  • @pmioduszewski
    @pmioduszewski 2 роки тому

    Dope video, thx!

  • @plafon8596
    @plafon8596 11 місяців тому

    Thanks bro for being race clear :D

  • @skeetabomb
    @skeetabomb 10 місяців тому

    Does a trigger ALWAYS require a function?

  • @jonathangjertsen3450
    @jonathangjertsen3450 8 місяців тому

    postgres triggers in a nutshell

  • @cubano100pct
    @cubano100pct Рік тому +2

    No need to DROP TRIGGER; just do CREATE OR REPLACE TRIGGER instead

  • @RRits57
    @RRits57 2 роки тому

    thanks

  • @glatocha
    @glatocha 2 роки тому

    this explains good, but the function is complicated to understand, could you do a video on functions or just a second video on postgresql in general