Postgres Create Extension If Not Exists

[Solved] Postgres Create Extension If Not Exists | Sql - Code Explorer | yomemimo.com
Question : postgres create extension if not exists

Answered by : troubled-tern-c741pvwxi01a

CREATE EXTENSION [ IF NOT EXISTS ] extension_name [ WITH ] [ SCHEMA schema_name ] [ VERSION version ] [ FROM old_version ]

Source : https://www.postgresql.org/docs/9.1/sql-createextension.html | Last Update : Thu, 23 Apr 20

Answers related to postgres create extension if not exists

Code Explorer Popular Question For Sql