How To Install Pg_receivexlog On Debian, Ubuntu, Kali, CentOS, Fedora And Raspbian?

How To Install Pg_receivexlog On Debian, Ubuntu, Kali, CentOS, Fedora And Raspbian?

pg_receivexlog

manager for multiple PostgreSQL client versions

Install pg_receivexlog

  • Debian apt-get install postgresql-client-9.6 Click to copy
  • Ubuntu apt-get install postgresql-client-9.3 Click to copy
  • Kali Linux apt-get install postgresql-client-common Click to copy
  • CentOS yum install postgresql-server Click to copy
  • Fedora dnf install postgresql-server Click to copy
  • Raspbian apt-get install postgresql-client-9.5 Click to copy

postgresql-client-common

manager for multiple PostgreSQL client versions

The postgresql-client-common package provides a structure under which multiple versions of PostgreSQL client programs may be installed at the same time. It provides a wrapper which selects the right version for the particular cluster you want to access (with a command line option, an environment variable, /etc/postgresql-common/user_clusters, or ~/.postgresqlrc). 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.

postgresql-upgrade

previous major release of PostgreSQL

postgresql-server

a PostgreSQL server

postgresql-client-9.4

front-end programs for PostgreSQL 9.4

This package contains client and administrative programs for PostgreSQL: these are the interactive terminal client psql and programs for creating and removing users and databases. This is the client package for PostgreSQL 9.4. If you install PostgreSQL 9.4 on a standalone machine, you need the server package postgresql-9.4, too. On a network, you can install this package on many client machines, while the server package may be installed on only one machine. PostgreSQL is an object-relational SQL database management system.

postgresql-client-9.6

front-end programs for PostgreSQL 9.6

This package contains client and administrative programs for PostgreSQL: these are the interactive terminal client psql and programs for creating and removing users and databases. This is the client package for PostgreSQL 9.6. If you install PostgreSQL 9.6 on a standalone machine, you need the server package postgresql-9.6, too. On a network, you can install this package on many client machines, while the server package may be installed on only one machine. PostgreSQL is an object-relational SQL database management system.

postgresql-client-9.5

front-end programs for PostgreSQL 9.5

This package contains client and administrative programs for PostgreSQL: these are the interactive terminal client psql and programs for creating and removing users and databases. This is the client package for PostgreSQL 9.5. If you install PostgreSQL 9.5 on a standalone machine, you need the server package postgresql-9.5, too. On a network, you can install this package on many client machines, while the server package may be installed on only one machine. PostgreSQL is an object-relational SQL database management system.

postgresql-9.3-dbg

debug symbols for postgresql-9.3

postgresql-client-9.3

front-end programs for PostgreSQL 9.3
Install the latest version of pg_receivexlog in Debian, Ubuntu, Kali, CentOS, Fedora and Raspbian from terminal. To install the pg_receivexlog 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_receivexlog from the respository and install it in your computer/server.