AI Features

Inside PostgreSQL Extensions

Learn more about PostgreSQL extensions through an example.

Extensions and SQL objects

Any SQL object can be part of an extension, and here’s a short list of common objects found in popular extensions:

  • Stored procedures
  • Data type
  • Operator, operator class, operator
...
Ask