09.05.2014 | Hans-Jürgen SchönigCasting integer to IP
Once in a while you have to juggle around with IP addresses and store them / process them in an efficient way. To do so PostgreSQL provides us with two data types: cidr and inet. The beauty here is that those two types make sure that no bad data can be inserted into the database: […]
Read more