Mastering PostgreSQL 9.6
上QQ阅读APP看书,第一时间看更新

Hacking up an operator class for a B-tree

To give you a practical example of what an operator class looks like, I have hacked up some code to handle social security numbers. To keep it simple, I have paid no attention to details such as checksums and so on.