Difference between revisions of "PostgreSQL extensions"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
* <code>[[plpgsql]]</code> | * <code>[[plpgsql]]</code> | ||
* [[Temporal database]] | * [[Temporal database]] | ||
+ | * [[brew install postgresql]] | ||
== See also == | == See also == |
Revision as of 14:58, 19 December 2024
CREATE EXTENSION CREATE EXTENSION pg_stat_statements; CREATE EXTENSION uuid-ossp
SELECT * FROM pg_extension;
SELECT * FROM pg_available_extensions;
\connect your-timescalen-db-name
SELECT extversion FROM pg_extension where extname = 'timescaledb';
Related
See also
Advertising: