Blog
Understanding Enum Sorting Behavior in PostgreSQL
This article explains how PostgreSQL handles sorting of enum values and why the ordinal position of enum values matters when ordering results.
July 18, 2025
What is the difference between localhost, 127.0.0.1 and 0.0.0.0?
This article offers an explanation of the differences between 127.0.0.1, localhost and 0.0.0.0 with practical examples.
April 1, 2025