How To Install Pg_receivexlog On Debian, Ubuntu, Kali, CentOS, Fedora And Raspbian?
Install pg_receivexlog
-
Debian
apt-get install postgresql-client-9.6Click to copy -
Ubuntu
apt-get install postgresql-client-9.3Click to copy -
Kali Linux
apt-get install postgresql-client-commonClick to copy -
CentOS
yum install postgresql-serverClick to copy -
Fedora
dnf install postgresql-serverClick to copy -
Raspbian
apt-get install postgresql-client-9.5Click to copy
postgresql-client-common
manager for multiple PostgreSQL client versionsThe 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 PostgreSQLpostgresql-server
a PostgreSQL serverpostgresql-client-9.4
front-end programs for PostgreSQL 9.4This 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.6This 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.5This 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.




