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.12)
-
data types (starting in Section 37.13)
-
operators (starting in Section 37.14)
-
operator classes for indexes (starting in Section 37.16)
-
packages of related objects (starting in Section 37.17)
Prev | Up | Next |
---|---|---|
Part V. Server Programming |
37.1. How Extensibility Works |
Submit correction
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.
Copyright © 1996-2023 The PostgreSQL Global Development Group