May 2019
Intermediate to advanced
600 pages
20h 46m
English
Each extension has a unique name, so it is just a matter of issuing the following command:
CREATE EXTENSION myextname;
This will automatically create all the required objects inside the current database.
For security reasons, you need to do so as a database superuser. For instance, if you want to install the dblink extension, type this:
CREATE EXTENSION dblink;
Read now
Unlock full access