PostgreSQL 11 with SSL on Linux - Mailing list pgsql-general

From Susan Joseph
Subject PostgreSQL 11 with SSL on Linux
Date
Msg-id 2112967772.767526.1591282857598@mail.yahoo.com
Whole thread Raw
Responses Re: PostgreSQL 11 with SSL on Linux  (Magnus Hagander <magnus@hagander.net>)
List pgsql-general
Can someone tell me if there is a yum version of PostgreSQL 11 that can be installed on Linux that has SSL enabled?  Currently the only way I have gotten SSL turned on in PostgreSQL is by doing the following commands:

  • tar xzvf /tmp/postgresql-11.2.tar.gz -C /data
  • mv /data/postgresql-11.2 /data/pgsql
  • cd /data/pgsql
  • ./configure --prefix=/data/pgsql --without-readline --without-zlib --with-openssl >> conf.log
  • make
  • make install
Thanks


pgsql-general by date:

Previous
From: Jeff Janes
Date:
Subject: Re: When to use PARTITION BY HASH?
Next
From: "David G. Johnston"
Date:
Subject: Re: Can we get SQL Server-like cross database queries