Re: How to install PGCRYPTO in PostgreSQL9 - Mailing list pgsql-general

From Devrim GÜNDÜZ
Subject Re: How to install PGCRYPTO in PostgreSQL9
Date
Msg-id 1313588105.4086.63.camel@lenovo01-laptop03.gunduz.org
Whole thread Raw
In response to How to install PGCRYPTO in PostgreSQL9  (Andre Lopes <lopes80andre@gmail.com>)
Responses Re: How to install PGCRYPTO in PostgreSQL9
List 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

Attachment

pgsql-general by date:

Previous
From: Andre Lopes
Date:
Subject: How to install PGCRYPTO in PostgreSQL9
Next
From: Andre Lopes
Date:
Subject: Re: How to install PGCRYPTO in PostgreSQL9