Table of Contents
TABLEIn the sections that follow, we will discuss how you can extend the PostgreSQL SQL query language by adding:
functions (starting in Section 36.3, “User-defined Functions”)
aggregates (starting in Section 36.10, “User-defined Aggregates”)
data types (starting in Section 36.11, “User-defined Types”)
operators (starting in Section 36.12, “User-defined Operators”)
operator classes for indexes (starting in Section 36.14, “Interfacing Extensions To Indexes”)
packages of related objects (starting in Section 36.15, “Packaging Related Objects into an Extension”)