Home Tags Data types

Tag: data types

Installing and Using PostgreSQL Modules

3
In this article, we will learn how to install and use the PostgreSQL modules chkpass, fuzzystrmatch, isn and hstore. Modules add different capabilities to...

Joy of Programming: Penny Wise and Pound Foolish!

1
We often try to use a smaller data type to save space. Though it looks like clever programming, it can cause nasty bugs. Let’s...