Context
In July 2011, PostgreSQL 9.1 was about to be released, bringing major features such as synchronous replication. PostgreSQL's extension system allowed extending the database capabilities far beyond standard SQL.
What is this article about?
The article details how to write extensions for PostgreSQL. It covers the extension mechanism, creating custom functions, data types, and integration with the database engine.
Summary
Writing extensions for PostgreSQL
