-
Book Overview & Buying
-
Table Of Contents
Learn PostgreSQL - Second Edition
By :
An extension is a collection of related database objects that can be installed, upgraded, or removed as a single unit. See the Introducing extensions section for more details.
pgxnclient command? pgxnclient is a command that eases the usage of the PGXN by downloading, installing, and removing extensions. See the Exploring the PGXN client section for more details.
A control file is a text file that defines the main properties of an extension, like the name, the version, and the other dependencies. See the Extension components section for more details.
The special pg_extension catalog provides information about installed extensions; in psql, the special \dx command shows a summary of installed extensions. See the Viewing installed extensions section...