Re: PostgreSQL Client on SUSE Enterprise Linux Server 11.

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: PostgreSQL Client on SUSE Enterprise Linux Server 11.
Date: 2017-12-13 19:38:09
Message-ID: 32cbee68-62af-79ae-df31-6fb183602432@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/13/2017 9:58 AM, PAWAN SHARMA wrote:
> How to Install PostgreSQL Client on SUSE Enterprise Linux Server 11.

yum install postgresql

^ I believe that should do it,  at least thats what you do on
RHEL/CentOS...   postgresql-server is the server package, plain
postgresql is the client package, and includes/depends on
postgresdql-libs which are the runtime libaries.

--
john r pierce, recycling bits in santa cruz

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2017-12-13 19:57:12 Re: If table have an inclusion with LIKE what happens to triggers?
Previous Message Alvaro Herrera 2017-12-13 19:31:24 Re: Dependency tree to tie type/function deps to a table