PostgreSQL
Chapter 38. 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 38.3)
-
aggregates (starting in Section 38.11)
-
data types (starting in Section 38.12)
-
operators (starting in Section 38.13)
-
operator classes for indexes (starting in Section 38.15)
-
packages of related objects (starting in Section 38.16)
Prev | Up | Next |
---|---|---|
Part V. Server Programming |
38.1. How Extensibility Works |
Copyright © 1996-2023 The PostgreSQL Global Development Group