Re: How to install PGCRYPTO in PostgreSQL9

From: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
To: Andre Lopes <lopes80andre(at)gmail(dot)com>
Cc: postgresql Forums <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to install PGCRYPTO in PostgreSQL9
Date: 2011-08-17 13:35:05
Message-ID: 1313588105.4086.63.camel@lenovo01-laptop03.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 2011-08-17 at 06:28 -0700, Andre Lopes wrote:
>
> I am using CentOS and PostgreSQL9. I have an application that uses
> Pgcrypto. I have googled but I am not sure how can I install this in
> PostgreSQL9.

If you are using RPMS, then install -contrib RPM, and then install
pgcrypto using pgcrypto.sql that comes with the package.

If it is the source installation, run make install under
contrib/pgcrypto directory. Then again, load pgcrypto.sql to your
database.

Regards,
--
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andre Lopes 2011-08-17 13:44:31 Re: How to install PGCRYPTO in PostgreSQL9
Previous Message Andre Lopes 2011-08-17 13:28:42 How to install PGCRYPTO in PostgreSQL9