Difference between revisions of "PostgreSQL modules"
Jump to navigation
Jump to search
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
https://www.postgresql.org/docs/current/contrib.html | https://www.postgresql.org/docs/current/contrib.html | ||
| − | * [[pg_stat_statements]] | + | * <code>[[pg_stat_statements]]</code> |
| + | * <code>[[pgcrypto module|pgcrypto]]</code> | ||
| + | |||
| + | == CREATE EXTENSION == | ||
| + | {{CREATE EXTENSION TOC}} | ||
== Related == | == Related == | ||
| Line 7: | Line 11: | ||
== See also == | == See also == | ||
| − | * {{PostgreSQL}} | + | * {{PostgreSQL extensions}} |
| + | |||
| + | [[Category:PostgreSQL]] | ||
Latest revision as of 09:23, 12 May 2025
https://www.postgresql.org/docs/current/contrib.html
CREATE EXTENSION[edit]
CREATE EXTENSION pg_stat_statements;create extension pg_trgm;create extension btree_gist;create extension postgres_fdw;CREATE EXTENSION uuid-ossp;CREATE EXTENSION IF NOT EXISTS pg_stat_statements WITH SCHEMA public;CREATE EXTENSION IF NOT EXISTS timescaledb;(TimescaleDB installation)CREATE EXTENSION postgis;CREATE EXTENSION btree_gin;CREATE EXTENSION pg_partman;
Related[edit]
See also[edit]
Advertising: