Re: install pgcrypto module to existing postgreSQL

From: Luca Ferrari <fluca1978(at)gmail(dot)com>
To: Pavan Kumar <pavan(dot)dba27(at)gmail(dot)com>
Cc: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: install pgcrypto module to existing postgreSQL
Date: 2019-09-18 08:36:31
Message-ID: CAKoxK+6iTD9uvf-pkb2gmVvtUsn-qSpbuM2RTohOQ31KhacjLQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Sep 17, 2019 at 11:19 PM Pavan Kumar <pavan(dot)dba27(at)gmail(dot)com> wrote:
> once configure is done, used make and make install to install postgres.

cd contrib && make && make install
that should work.

Luca

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Marco Ippolito 2019-09-18 09:50:45 Installed PostgreSQL-11 in Ubuntu 18.04.02 Server Edition: No existing local cluster is suitable as a default target
Previous Message Paul A Jungwirth 2019-09-18 05:10:54 When does Postgres use binary I/O?