Skip to content

Files

Latest commit

Mar 11, 2015
e96b7c6 · Mar 11, 2015

History

History

contrib

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 6, 2015
Jul 14, 2014
Jan 15, 2015
Dec 22, 2014
Jan 28, 2015
Feb 14, 2015
Aug 28, 2014
Mar 11, 2015
Jan 26, 2015
Jan 6, 2015
Jan 6, 2015
Aug 25, 2014
Mar 6, 2015
Feb 3, 2015
Feb 21, 2015
Aug 25, 2014
Feb 20, 2015
Jan 24, 2015
Aug 25, 2014
Feb 20, 2015
Jul 14, 2014
Mar 10, 2015
Jan 6, 2015
Aug 19, 2014
Jan 29, 2015
Aug 25, 2014
Jan 6, 2015
Jan 15, 2015
Jan 22, 2015
Nov 19, 2014
Jan 4, 2015
Feb 20, 2015
Mar 11, 2015
Jan 6, 2015
Mar 11, 2015
Mar 3, 2015
Mar 11, 2015
Aug 25, 2014
Aug 25, 2014
Feb 21, 2015
Mar 11, 2015
Mar 11, 2015
Feb 21, 2015
Nov 25, 2014
Sep 9, 2014
Jan 30, 2015
Jan 6, 2015
Jan 6, 2015
Jan 6, 2015
Jan 6, 2015
Jan 6, 2015
Jan 14, 2015
Jan 24, 2015
Nov 30, 2014
Feb 12, 2014
Sep 20, 2010
The PostgreSQL contrib tree
---------------------------

This subtree contains porting tools, analysis utilities, and plug-in
features that are not part of the core PostgreSQL system, mainly
because they address a limited audience or are too experimental to be
part of the main source tree.  This does not preclude their
usefulness.

User documentation for each module appears in the main SGML
documentation.

When building from the source distribution, these modules are not
built automatically, unless you build the "world" target.  You can
also build and install them all by running "make all" and "make
install" in this directory; or to build and install just one selected
module, do the same in that module's subdirectory.

Some directories supply new user-defined functions, operators, or
types.  To make use of one of these modules, after you have installed
the code you need to register the new SQL objects in the database
system by executing a CREATE EXTENSION command.  In a fresh database,
you can simply do

    CREATE EXTENSION module_name;

See the PostgreSQL documentation for more information about this
procedure.