Rechercher une page de manuel
pg_buildext
Langue: en
Version: 2010-08-05 (ubuntu - 24/10/10)
Section: 1 (Commandes utilisateur)
Sommaire
NAME
pg_buildext - Build and install a PostgreSQL extensionSYNOPSIS
pg_buildext action srcdir target optsDESCRIPTION
pg_buildext is a script that will build a PostgreSQL extension in a VPATHway. 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>Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre