Recently, a favorite band of mine named “Blaue Blume” have released their new single, called “Macabre”. (Go ahead and listen my Blaue Blume playlist!)
July 7, 2017 / [ "personal" ]
In PostgreSQL, every function has one of the possible volatility classifications: volatile, static and immutable. When it is not specified, PostgreSQL assumes that it is a volatile function, which is not always the case.
December 29, 2015 / [ "programming", "postgresql" ]