NAME
pg_buildext - Build and install a PostgreSQL extension
SYNOPSIS
pg_buildext action srcdir target opts
DESCRIPTION
pg_buildext is a script that will build a PostgreSQL extension in a
VPATH way. It only supports the build and clean actions, and will
choose to build the versions known in debian/pgversions and in
/usr/share/postgresql-common/supported-versions.
OPTIONS
action
Either clean or build.
srcdir
Where to find the extension sources, including the debian
subdirectory.
target
The target directory where to build the sources, it will get
created for you if it does not exist. If the target contains a %v
sign, it will get replaced by the specific version of PostgreSQL
being built against.
opts
Custom CFLAGS options to use for the build.
AUTHOR
Dimitri Fontaine <dim@tapoueh.org>