Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 25, 2019. It is now read-only.

petere/autopex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autopex

Autopex is PostgreSQL extension installation magic. It ties together Pex with event triggers to automatically download and build extensions that you want to install.

Install Autopex like a normal extension:

$ make PG_CONFIG=/some/where/pg_config install
$ psql dbname
=# CREATE EXTENSION autopex;

Also install Pex and run pex init under the PostgreSQL user account (probably postgres).

Then you can create any extension, such as

=# CREATE EXTENSION plsh;
=# CREATE EXTENSION prefix;

and they will automatically be downloaded and built before the actual CREATE EXTENSION command runs.

PostgreSQL 9.3 or later is required.

About

PostgreSQL extension installation magic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages