Re: install pgcrypto module to existing postgreSQL - Mailing list pgsql-general

From Ron
Subject Re: install pgcrypto module to existing postgreSQL
Date
Msg-id e267dab7-7821-5c53-c755-b28e3d4f8b10@gmail.com
Whole thread Raw
In response to Re: install pgcrypto module to existing postgreSQL  (Pavan Kumar <pavan.dba27@gmail.com>)
Responses Re: install pgcrypto module to existing postgreSQL
List pgsql-general
IOW, you installed it from source instead of a package.

On 9/17/19 4:18 PM, Pavan Kumar wrote:
Hello Adrian,

i have used configure command install postgres 

  $ ./configure --prefix=/pgbin/11.2 --with-segsize=32 --with-pgport=5432

once configure is done, used make and make install to install postgres.



On Tue, Sep 17, 2019 at 4:06 PM Adrian Klaver <adrian.klaver@aklaver.com> wrote:
On 9/17/19 1:25 PM, Pavan Kumar wrote:
> hello experts,
>
> i have Installed and created postgres 11.2 and created couple of

How did you install?

> database.  Now i got new requirement to encrypt data on  few tables. to 
> perform this application team is asking us to install pgcrypto module on
> postgres cluster.
> what is the way to install pgcrypt library ?
>
> please advise

--
Angular momentum makes the world go 'round.

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: install pgcrypto module to existing postgreSQL
Next
From: Pavan Kumar
Date:
Subject: Re: install pgcrypto module to existing postgreSQL