January 2019
Beginner
556 pages
14h 19m
English
When you are creating a function, it is marked as volatile by default if the volatility classification is not specified. If the created function is not volatile, it is important to mark it as stable or immutable, because this will help the optimizer to generate the optimal execution plans. PostgreSQL functions can fall into one of the following volatility classifications:
Read now
Unlock full access