PostgreSQL
Chapter 37. Extending SQL
Table of Contents
In the sections that follow, we will discuss how you can extend the PostgreSQL SQL query language by adding:
-
functions (starting in Section 37.3)
-
aggregates (starting in Section 37.10)
-
data types (starting in Section 37.11)
-
operators (starting in Section 37.12)
-
operator classes for indexes (starting in Section 37.14)
-
packages of related objects (starting in Section 37.15)
Prev | Up | Next |
---|---|---|
Part V. Server Programming |
37.1. How Extensibility Works |
Copyright © 1996-2023 The PostgreSQL Global Development Group