How To Install Pg_buildext On Debian, Ubuntu, Kali And Raspbian?

How To Install Pg_buildext On Debian, Ubuntu, Kali And Raspbian?

pg_buildext

extension build tool for multiple PostgreSQL versions

Maintainer: Debian PostgreSQL Maintainers


Section: database

Install pg_buildext

  • Debian apt-get install postgresql-server-dev-all Click to copy
  • Ubuntu apt-get install postgresql-server-dev-all Click to copy
  • Kali Linux apt-get install postgresql-server-dev-all Click to copy
  • Raspbian apt-get install postgresql-server-dev-all Click to copy

postgresql-server-dev-all

extension build tool for multiple PostgreSQL versions

The postgresql-server-dev-all package provides the pg_buildext script for simplifying packaging of a PostgreSQL extension supporting multiple major versions of the product. PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Its features include ACID transactions, foreign keys, views, sequences, subqueries, triggers, outer joins, multiversion concurrency control, and user-defined types and functions.

Install the latest version of pg_buildext in Debian, Ubuntu, Kali and Raspbian from terminal. To install the pg_buildext just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of pg_buildext from the respository and install it in your computer/server.