postgres create extension if not exists

Solutions on MaxInterview for postgres create extension if not exists by the best coders in the world

showing results for - "postgres create extension if not exists"
Darren
02 Oct 2017
1CREATE EXTENSION [ IF NOT EXISTS ] extension_name
2    [ WITH ] [ SCHEMA schema_name ]
3             [ VERSION version ]
4             [ FROM old_version ]