Re: install pgcrypto module to existing postgreSQL

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Pavan Kumar <pavan(dot)dba27(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: install pgcrypto module to existing postgreSQL
Date: 2019-09-17 21:21:13
Message-ID: b74f24c7-efc4-1a46-478f-43fdea092944@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 9/17/19 2: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.

Full instructions are here at bottom:
https://www.postgresql.org/docs/11/contrib.html

>
>
>
> On Tue, Sep 17, 2019 at 4:06 PM Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com
> <mailto:adrian(dot)klaver(at)aklaver(dot)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
> >
> > --
> > *Regards,
> >
> > #!  Pavan Kumar
> > ----------------------------------------------*-
> > *Sr. Database Administrator..!*
> > *NEXT GENERATION PROFESSIONALS, LLC*
> > *Cell    #  267-799-3182 #  pavan.dba27 (Gtalk) *
> > *India   # 9000459083*
> >
> >     *Take Risks; if you win, you will be very happy. If you lose you
> >     will be Wise *
> >
>
>
> --
> Adrian Klaver
> adrian(dot)klaver(at)aklaver(dot)com <mailto:adrian(dot)klaver(at)aklaver(dot)com>
>
>
>
> --
> *Regards,
>
> #!  Pavan Kumar
> ----------------------------------------------*-
> *Sr. Database Administrator..!*
> *NEXT GENERATION PROFESSIONALS, LLC*
> *Cell    #  267-799-3182 #  pavan.dba27 (Gtalk) *
> *India   # 9000459083*
>
> *Take Risks; if you win, you will be very happy. If you lose you
> will be Wise *
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ron 2019-09-17 21:22:01 Re: install pgcrypto module to existing postgreSQL
Previous Message Pavan Kumar 2019-09-17 21:18:45 Re: install pgcrypto module to existing postgreSQL